From c55b378eb25b599712c67c1e77aa633d2a06a493 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 12 Feb 2007 17:20:13 +0000 Subject: [PATCH] Fixed typo in last change git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24507 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index f95e8339..4c07b4cd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -160,7 +160,7 @@ install: generated-files $(INSTALL_PROGRAM) -m 755 fixpath.sh $(makedir); \ $(INSTALL_PROGRAM) -m 755 openapp $(tooldir); \ $(INSTALL_PROGRAM) -m 755 opentool $(tooldir); \ - $(INSTALL_PROGRAM) -m 755 gnustep-config.sh $(tooldir)) + $(INSTALL_PROGRAM) -m 755 gnustep-config $(tooldir)) $(EC)(echo "Installing makefiles"; \ for f in $(MAKE_FILES); do \ $(INSTALL_DATA) $(srcdir)/$$f $(makedir); \