Fixed installation of gnustep-make when using a different build directory.

strip_makefiles.sh wasn't being installed properly


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-15 13:55:11 +00:00
parent 1fd8ae0d99
commit 229bc1094b
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Mon Mar 15 13:57:50 2004 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in: Fixed installation of strip_makefiles.sh when
using a different build directory.
Thu Mar 11 18:36:59 2004 Nicola Pero <n.pero@mi.flashnet.it>
* Instance/gswapp.make: Rewritten to use the new

View file

@ -156,7 +156,7 @@ endif
clean_cpu.sh clean_os.sh \
clean_vendor.sh cpu.sh GNUstep-reset.sh \
ld_lib_path.sh os.sh transform_paths.sh vendor.sh \
ld_lib_path.csh relative_path.sh ; do \
ld_lib_path.csh relative_path.sh strip_makefiles.sh; do \
$(INSTALL_PROGRAM) -m 755 $(srcdir)/$$f $(makedir); \
done)
$(EC)($(INSTALL_PROGRAM) -m 755 GNUstep.sh $(makedir); \
@ -164,8 +164,7 @@ endif
$(INSTALL_PROGRAM) -m 755 fixpath.sh $(makedir); \
$(INSTALL_PROGRAM) -m 755 openapp $(tooldir); \
$(INSTALL_PROGRAM) -m 755 debugapp $(tooldir); \
$(INSTALL_PROGRAM) -m 755 opentool $(tooldir); \
$(INSTALL_PROGRAM) -m 755 strip_makefiles.sh $(makedir))
$(INSTALL_PROGRAM) -m 755 opentool $(tooldir))
$(EC)(echo "Installing makefiles"; \
for f in $(MAKE_FILES); do \
$(INSTALL_DATA) $(srcdir)/$$f $(makedir); \