mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Fixed minor problems.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2649 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
93034c518a
commit
d45fc5c446
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Nov 19 10:58:28 1997 Ovidiu Predescu <ovidiu@net-community.com>
|
||||
|
||||
* debugapp.in: Changed library_combo variable to LIBRARY_COMBO.
|
||||
* tool.make: When installing take the tool from GNUSTEP_OBJ_DIR.
|
||||
|
||||
Mon Nov 17 13:05:44 1997 Ovidiu Predescu <ovidiu@net-community.com>
|
||||
|
||||
* application.make: Output the file containing the paths for the
|
||||
|
|
|
@ -27,7 +27,7 @@ if [ -z "$1" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
library_combo=@ac_cv_library_combo@
|
||||
LIBRARY_COMBO=@ac_cv_library_combo@
|
||||
|
||||
case $1 in
|
||||
--library-combo=*)
|
||||
|
|
|
@ -86,7 +86,7 @@ internal-install-dirs::
|
|||
$(GNUSTEP_MAKEFILES)/mkinstalldirs $(TOOL_INSTALLATION_DIR)
|
||||
|
||||
install-tool::
|
||||
$(INSTALL_PROGRAM) -m 0755 $(INTERNAL_tool_NAME) \
|
||||
$(INSTALL_PROGRAM) -m 0755 $(GNUSTEP_OBJ_DIR)/$(INTERNAL_tool_NAME) \
|
||||
$(TOOL_INSTALLATION_DIR);
|
||||
|
||||
internal-tool-uninstall::
|
||||
|
|
Loading…
Reference in a new issue