]> skyeroc.xyz Git - dgamelaunch/commitdiff
all workie
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:41:52 +0000 (21:41 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:41:52 +0000 (21:41 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@314 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile.in
autogen.sh

index 3403990a828b2ff36ed7b2a8acdb563555ccb3f6..cb8f2754843518da4d3eea99e69d012641270d56 100644 (file)
@@ -63,6 +63,7 @@ dist: .depend distclean
        rm -rf $(NAME)-$(VERSION)
        autoheader
        autoconf
+       rm -rf autom4te.cache
        (cd .. && ln -sf $(CURDIR) $(NAME)-$(VERSION))
        (cd .. && tar $(addprefix --exclude ,$(exclusions)) -chzf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION))
        rm -f ../$(NAME)-$(VERSION)
index 7fb4e44ae52cbd892cfb5f222e724376b5abe5d4..69a9d0ca3a609a5e687a1003bd5bec38bc39e469 100755 (executable)
@@ -5,5 +5,6 @@ echo
 
 autoconf
 autoheader
-rm -rf autom4te.cache # evil
+# evil
+rm -rf autom4te.cache
 ./configure "$@"