Fixed building in directory which is not the source dir

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-04-11 10:46:24 +00:00
parent 3ed72e3384
commit 8d15e62004
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Apr 11 12:38:44 2003 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (install): Bug fix - install fixpath.sh from the
local directory, not from the source directory.
Sun Apr 6 02:25:07 2003 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile.in (install): Bug fix - install GNUstep-reset.sh

View file

@ -142,11 +142,12 @@ install: all
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 fixpath.sh relative_path.sh ; do \
ld_lib_path.csh relative_path.sh ; do \
$(INSTALL_PROGRAM) -m 755 $(srcdir)/$$f $(makedir); \
done)
$(EC)($(INSTALL_PROGRAM) -m 755 GNUstep.sh $(makedir); \
$(INSTALL_PROGRAM) -m 755 GNUstep.csh $(makedir); \
$(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))