all workie

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@314 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-18 21:41:52 +00:00
parent 5ef58e47d1
commit 85d0f00089
2 changed files with 3 additions and 1 deletions

View 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)

View File

@ -5,5 +5,6 @@ echo
autoconf
autoheader
rm -rf autom4te.cache # evil
# evil
rm -rf autom4te.cache
./configure "$@"