"make dist" fixes

Since we're using git now, having a rule to make ChangeLog is reasonable.

Also, forgot the remove mention of qfcc.lsm.in when I nuked the file.
This commit is contained in:
Bill Currie 2010-08-21 13:09:53 +09:00
parent b68d774267
commit 06cbb941f1
2 changed files with 2 additions and 5 deletions

View file

@ -13,9 +13,8 @@ EXTRA_DIST= ChangeLog configure.ac \
tools/gas2masm/gas2masm.dsp tools/gas2masm/gas2masm.dsw \
tools/gas2masm/gas2masm.mak tools/gas2masm/gas2masm.mdp
changelog::
( cd $(top_srcdir); \
tools/cvs2cl/cvs2cl.pl --stdout -b --utc -S --no-wrap) > ChangeLog
ChangeLog:
git log > ChangeLog
NOCONV_DIST= $(distdir)/include/win32/resources/icon1.ico

View file

@ -31,8 +31,6 @@ SUBDIRS= include source doc
# uncomment the following if qfcc requires the math library
#qfcc_LDADD=-lm
EXTRA_DIST=qfcc.lsm.in
dist-zip: distdir
-chmod -R a+r $(distdir)
ZIP="-r9q" zip $(distdir).zip $(NOCONV_DIST)