Fixed typo in last change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24507 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-12 17:20:13 +00:00
parent 67a6d44da6
commit c55b378eb2

View file

@ -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); \