Skip to content

Commit

Permalink
Don't call commit-to-changelog until after mcs is dist'd
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jorgensen committed Aug 4, 2010
1 parent 6ca5a3b commit fe7a326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false

# Distribute the 'mcs' tree too
dist-hook:
./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry
test -d $(distdir)/mcs || mkdir $(distdir)/mcs
d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) distdir=$$d dist-recursive
./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry

pkgconfigdir = $(libdir)/pkgconfig
noinst_DATA = mono-uninstalled.pc
Expand Down

0 comments on commit fe7a326

Please sign in to comment.