Fixed library installation code so that it works for both library.make and

clibrayr.make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11223 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-23 09:56:51 +00:00
parent 289ecf3c3b
commit c708aba535

View file

@ -1,3 +1,12 @@
Tue Oct 23 10:47:39 2001 Nicola Pero <nicola@brainstorm.co.uk>
* clibrary.make (FINAL_LIBRARY_INSTALL_DIR): Define and
use everywhere.
* library.make (FINAL_LIBRARY_INSTALL_DIR): Idem.
* target.make: Replaced everywhere
$(LIBRARY_INSTALL_DIR)/$(GNUSTEP_TARGET_LDIR) with
$(FINAL_LIBRARY_INSTALL_DIR).
2001-10-18 Richard Frith-Macdonald <rfm@gnu.org>
* rules.make: Use -deprecation for java compiles if debug=yes