[pisa-src] r2212 - trunk/Makefile.am

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 28 Mar 2010 21:27:17 +0200

Author: biurrun
Date: Sun Mar 28 21:27:17 2010
New Revision: 2212

Log:
Remove all archives generated by 'make dist' when running autotools-clean.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Sun Mar 28 20:25:03 2010        (r2211)
+++ trunk/Makefile.am   Sun Mar 28 21:27:17 2010        (r2212)
@@ -175,7 +175,6 @@
 HEADER_OBJS = $(HEADER_LIST_EXPANDED:.h=.ho)
 
 CLEANFILES = $(HEADER_OBJS)
-DISTCLEANFILES = pisa-[0-9.]*.tar.gz
 
 deb rpm:
        tools/packaging/create-package.sh $@
@@ -186,7 +185,7 @@
        $(CC) -I$(srcdir) -I$(builddir) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 
$(CFLAGS) -o $@ $<
 
 autotools-clean: maintainer-clean
-       rm -f aclocal.m4 config.h.in configure m4/*.m4 Makefile.in
+       rm -f aclocal.m4 config.h.in configure m4/*.m4 Makefile.in 
$(DIST_ARCHIVES)
        rm -rf config
 
 # Remove Subversion metadata from the dist tarball.

Other related posts:

  • » [pisa-src] r2212 - trunk/Makefile.am - Diego Biurrun