diff --git a/Makefile.am b/Makefile.am index 7de01bb4d..b03e6a450 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/tools/qfcc/Makefile.am b/tools/qfcc/Makefile.am index 3cccd309e..b7d0269f7 100644 --- a/tools/qfcc/Makefile.am +++ b/tools/qfcc/Makefile.am @@ -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)