mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed installing GNUstep.conf when build and source directories are different
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21877 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
87182ca5e6
commit
112bee9af4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-26 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile.in (install): Fixed installing GNUstep.conf
|
||||
when the build directory is different from the source directory.
|
||||
|
||||
2005-10-23 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* configure.ac: Fixed error in the documention of
|
||||
|
|
|
@ -143,7 +143,7 @@ install: all @GNUSTEP_MOVE_OBSOLETE@
|
|||
$(makedir)/Instance/Documentation)
|
||||
$(EC)(echo "Installing GNUstep configuration file in $(GNUSTEP_CONFIG_FILE)"; \
|
||||
$(srcdir)/mkinstalldirs $(GNUSTEP_CONFIG_FILE_DIR); \
|
||||
$(INSTALL_DATA) $(srcdir)/GNUstep.conf $(GNUSTEP_CONFIG_FILE))
|
||||
$(INSTALL_DATA) GNUstep.conf $(GNUSTEP_CONFIG_FILE))
|
||||
-$(EC) rm -f $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
$(EC)(echo "Installing gnustep-make support software"; \
|
||||
$(INSTALL_PROGRAM) -m 755 which_lib$(EXEEXT) \
|
||||
|
|
Loading…
Reference in a new issue