one more dummy commit

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@342 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-09-12 09:05:06 +00:00
parent fbcaeb1837
commit 683aa5879b

View File

@ -1,7 +1,7 @@
NAME = @PACKAGE_NAME@ NAME = @PACKAGE_NAME@
VERSION = @PACKAGE_VERSION@ VERSION = @PACKAGE_VERSION@
exclusions = CVS .svn .cvsignore tags autogen.sh svn-commit.tmp exclusions = CVS .svn .cvsignore tags autogen.sh svn-commit.tmp .\#*
exec_prefix = @exec_prefix@ exec_prefix = @exec_prefix@
prefix = @prefix@ prefix = @prefix@
sbindir = @sbindir@ sbindir = @sbindir@
@ -37,7 +37,7 @@ dgl-wall: $(WALL_OBJS)
clean: clean:
rm -f $(NAME) nethackstub dgl-wall rm -f $(NAME) nethackstub dgl-wall
rm -f *.o .#* *~ y.tab.* lex.yy.c .depend .depend.bak rm -f *.o *~ y.tab.* lex.yy.c .depend .depend.bak
distclean: clean distclean: clean
rm -f Makefile config.h config.log config.status rm -f Makefile config.h config.log config.status