diff --git a/Makefile.am b/Makefile.am index 833afabce1..c14f01d9c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ make-gnucash-patch: make-gnucash-patch.in chmod +x $@.tmp mv $@.tmp $@ -DISTCLEANFILES += \ +DISTCLEANFILES = \ TAGS.stamp cscope.files cscope.out etags.files make-gnucash-patch cscope.files: diff --git a/accounts/C/Makefile.am b/accounts/C/Makefile.am index 2583735287..a640bfb7a4 100644 --- a/accounts/C/Makefile.am +++ b/accounts/C/Makefile.am @@ -35,8 +35,6 @@ EXTRA_DIST = \ acctlist_renter.gnucash-xea \ acctlist_retiremt.gnucash-xea \ acctlist_spouseinc.gnucash-xea \ - acctlist_spouseretire.gnucash-xea - -EXTRA_DIST = \ + acctlist_spouseretire.gnucash-xea \ ${account_DATA} \ .cvsignore diff --git a/doc-tools/Makefile.am b/doc-tools/Makefile.am index f8e84d5634..a727db0486 100644 --- a/doc-tools/Makefile.am +++ b/doc-tools/Makefile.am @@ -25,4 +25,4 @@ build-help-index: build-help-index.in chmod +x $@.tmp mv $@.tmp $@ -CLEANFILES += build-help-index +CLEANFILES = build-help-index diff --git a/rpm/Makefile.am b/rpm/Makefile.am index 4b92f1074f..8f342d0282 100644 --- a/rpm/Makefile.am +++ b/rpm/Makefile.am @@ -15,4 +15,4 @@ gnucash.spec: gnucash.spec.in Makefile -e 's:@-VERSION-@:${VERSION}:' mv $@.tmp $@ -CLEANFILES += gnucash.spec +CLEANFILES = gnucash.spec diff --git a/src/experimental/cgi-bin/Makefile.am b/src/experimental/cgi-bin/Makefile.am index 5b9a4013a0..12737a3a1d 100644 --- a/src/experimental/cgi-bin/Makefile.am +++ b/src/experimental/cgi-bin/Makefile.am @@ -9,8 +9,6 @@ LDADD = \ ../../engine/libgncengine.la \ -lxml -lghttp -lglib -lfcgi -INCLUDES = - hello_SOURCES = \ hello.c @@ -33,8 +31,6 @@ EXTRA_DIST = \ .cvsignore \ README -CFLAGS = @CFLAGS@ - # glib puts its header files in a bizarre place ... INCLUDES = \ -I/usr/lib/glib/include \ diff --git a/src/gnome/Makefile.am b/src/gnome/Makefile.am index 9ee54dbe70..9b318e6d6d 100644 --- a/src/gnome/Makefile.am +++ b/src/gnome/Makefile.am @@ -175,7 +175,7 @@ gnc-dir.h: gnc-dir.h.in -e 's:@-GNC_PIXMAP_DIR-@:${GNC_PIXMAP_DIR}:g' \ -e 's:@-GNC_ACCOUNTS_DIR-@:${GNC_ACCOUNTS_DIR}:g' mv $@.tmp $@ -BUILT_SOURCES += gnc-dir.h +BUILT_SOURCES = gnc-dir.h # We have to do this because otherwise automake insists on putting # these files into the dist tarfile. If there's a a better way, diff --git a/src/quotes/Makefile.am b/src/quotes/Makefile.am index fd81389753..31cc376379 100644 --- a/src/quotes/Makefile.am +++ b/src/quotes/Makefile.am @@ -23,7 +23,7 @@ finance-quote-helper: finance-quote-helper.in -e 's:@-PERLINCL-@:${PERLINCL}:g' chmod +x $@.tmp mv $@.tmp $@ -CLEANFILES += finance-quote-helper +CLEANFILES = finance-quote-helper update-finance-quote: update-finance-quote.in rm -f $@.tmp diff --git a/src/scm/Makefile.am b/src/scm/Makefile.am index 5c32761611..98d27ea78b 100644 --- a/src/scm/Makefile.am +++ b/src/scm/Makefile.am @@ -72,7 +72,7 @@ EXTRA_DIST = \ guile-strings.c: ${gncscm_DATA} rm -f guile-strings.c guile -s ./xgettext.scm ${gncscm_DATA} -CLEANFILES += guile-strings.c +CLEANFILES = guile-strings.c all-local: guile-strings.c diff --git a/src/scm/gnumeric/Makefile.am b/src/scm/gnumeric/Makefile.am index bae8a727ea..c8b2142e83 100644 --- a/src/scm/gnumeric/Makefile.am +++ b/src/scm/gnumeric/Makefile.am @@ -12,6 +12,6 @@ EXTRA_DIST = \ guile-strings.c: ${gncscm_DATA} rm -f guile-strings.c guile -s ../xgettext.scm ${gncscm_DATA} -CLEANFILES += guile-strings.c +CLEANFILES = guile-strings.c all-local: guile-strings.c diff --git a/src/scm/printing/Makefile.am b/src/scm/printing/Makefile.am index 284bce8c31..fa77c53643 100644 --- a/src/scm/printing/Makefile.am +++ b/src/scm/printing/Makefile.am @@ -12,6 +12,6 @@ EXTRA_DIST = \ guile-strings.c: ${gncscm_DATA} rm -f guile-strings.c guile -s ../xgettext.scm ${gncscm_DATA} -CLEANFILES += guile-strings.c +CLEANFILES = guile-strings.c all-local: guile-strings.c diff --git a/src/scm/qif-import/Makefile.am b/src/scm/qif-import/Makefile.am index 8177577d83..127013ada7 100644 --- a/src/scm/qif-import/Makefile.am +++ b/src/scm/qif-import/Makefile.am @@ -21,6 +21,6 @@ EXTRA_DIST = \ guile-strings.c: ${gncscm_DATA} rm -f guile-strings.c guile -s ../xgettext.scm ${gncscm_DATA} -CLEANFILES += guile-strings.c +CLEANFILES = guile-strings.c all-local: guile-strings.c diff --git a/src/scm/report/Makefile.am b/src/scm/report/Makefile.am index 58d0b1a5bd..9ecca9bb78 100644 --- a/src/scm/report/Makefile.am +++ b/src/scm/report/Makefile.am @@ -37,6 +37,6 @@ EXTRA_DIST = \ guile-strings.c: ${SCM_FILES} rm -f guile-strings.c guile -s ../xgettext.scm ${SCM_FILES} -CLEANFILES += guile-strings.c +CLEANFILES = guile-strings.c all-local: guile-strings.c