stop using indent for a while, breaks small checkins

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@101 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-06 05:03:19 +00:00
parent 0b590733ff
commit d80b867622
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ y.tab.c: config.y
lex.yy.o: lex.yy.c
y.tab.o: y.tab.c
dist: clean indent
dist: clean
rm -rf $(NAME)-$(VERSION)
(cd .. && ln -sf $(CURDIR) $(NAME)-$(VERSION))
(cd .. && tar $(addprefix --exclude ,$(exclusions)) -chzf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION))