mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
1fd8ae0d99
commit
229bc1094b
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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); \
|
||||
|
|
Loading…
Reference in a new issue