mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixes to internals of library.make; fixes uninstallation of tools and
libraries git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7abe329782
commit
305b83880e
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
Tue Sep 18 13:16:08 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* library.make (internal-install-dirs): Depend on
|
||||
$(LIBRARY_INSTALL_DIR) rather than on $(GNUSTEP_LIBRARIES) and
|
||||
$(GNUSTEP_LIBRARIES_ROOT)/$(GNUSTEP_TARGET_DIR).
|
||||
($(GNUSTEP_LIBRARIES_ROOT)/$(GNUSTEP_TARGET_DIR)): Target removed.
|
||||
($(GNUSTEP_LIBRARIES)): Target removed.
|
||||
($(LIBRARY_INSTALL_DIR)): New target.
|
||||
* tool.make (internal-tool-uninstall): Remove the shell script
|
||||
wrapper.
|
||||
* library.make (internal-uninstall-lib): When not using DLL,
|
||||
remove the $(SONAME_LIBRARY_FILE) as well.
|
||||
|
||||
Mon Sep 17 14:23:03 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* bundle.make ($(BUNDLE_FILE)): Added missing \ at the end of
|
||||
|
|
Loading…
Reference in a new issue