mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-03 10:41:26 +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
cd05e3c49a
commit
b45be614e5
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>
|
Mon Nov 17 13:05:44 1997 Ovidiu Predescu <ovidiu@net-community.com>
|
||||||
|
|
||||||
* application.make: Output the file containing the paths for the
|
* application.make: Output the file containing the paths for the
|
||||||
|
|
|
@ -27,7 +27,7 @@ if [ -z "$1" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
library_combo=@ac_cv_library_combo@
|
LIBRARY_COMBO=@ac_cv_library_combo@
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
--library-combo=*)
|
--library-combo=*)
|
||||||
|
|
|
@ -86,7 +86,7 @@ internal-install-dirs::
|
||||||
$(GNUSTEP_MAKEFILES)/mkinstalldirs $(TOOL_INSTALLATION_DIR)
|
$(GNUSTEP_MAKEFILES)/mkinstalldirs $(TOOL_INSTALLATION_DIR)
|
||||||
|
|
||||||
install-tool::
|
install-tool::
|
||||||
$(INSTALL_PROGRAM) -m 0755 $(INTERNAL_tool_NAME) \
|
$(INSTALL_PROGRAM) -m 0755 $(GNUSTEP_OBJ_DIR)/$(INTERNAL_tool_NAME) \
|
||||||
$(TOOL_INSTALLATION_DIR);
|
$(TOOL_INSTALLATION_DIR);
|
||||||
|
|
||||||
internal-tool-uninstall::
|
internal-tool-uninstall::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue