]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
remove autom4te cache when creating archives
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 19 Mar 2008 13:38:53 +0000 (14:38 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 21 Mar 2008 11:58:40 +0000 (12:58 +0100)
Makefile.in

index 798a5cda5fa888345ca0e2a22fc58fbf0ef32c72..892f4d13075fa6ec4629ed1dc12974f0cdd968ba 100644 (file)
@@ -139,7 +139,7 @@ configure:  configure.ac newt.spec
 create-archive:    configure
        @rm -rf /tmp/newt-$(VERSION)
        @git archive --prefix=newt-$(VERSION)/ $(TAG) | tar x -C /tmp
-       @cd /tmp/newt-$(VERSION); ./autogen.sh
+       @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache
        @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION)
        @rm -rf /tmp/newt-$(VERSION)
        @cp /tmp/newt-$(VERSION).tar.gz .