From f6b2ed69dc516427966c84f70fa7e5f5bfbada3d Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 16 Jan 2001 19:37:00 +0000 Subject: [PATCH] Removed output of files which no longer exist git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8637 72102866-910b-0410-8b05-ffd578937521 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index f5603021..a1eb641e 100644 --- a/configure.in +++ b/configure.in @@ -703,5 +703,5 @@ AC_SUBST(DATE) #-------------------------------------------------------------------- AC_OUTPUT(config.h config.make openapp debugapp which_lib.pl opentool executable.template GNUmakefile GNUstep.sh GNUstep.csh gnustep-make.spec -install-complete-dir.sh log_install_dir.sh Documentation/GNUmakefile, -chmod a+x openapp debugapp which_lib.pl opentool executable.template) +Documentation/GNUmakefile, chmod a+x openapp debugapp which_lib.pl \ +opentool executable.template)