From 683aa5879ba9ebd13b7d916901579fead45d43b5 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Sun, 12 Sep 2004 09:05:06 +0000 Subject: [PATCH] one more dummy commit git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@342 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index bc72d6f..74efffb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ NAME = @PACKAGE_NAME@ 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@ prefix = @prefix@ sbindir = @sbindir@ @@ -37,7 +37,7 @@ dgl-wall: $(WALL_OBJS) clean: 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 rm -f Makefile config.h config.log config.status -- 2.47.3