Cleaned up creating the symbolic link from obj to the object directory

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9388 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-16 20:11:05 +00:00
parent b19de9d2aa
commit 89a07774b3

View file

@ -1,3 +1,10 @@
Fri Mar 16 20:01:58 2001 Nicola Pero <n.pero@mi.flashnet.it>
* rules.make (before-all): Do not create the symbolic link
obj->$(GNUSTEP_OBJ_DIR). ($(GNUSTEP_OBJ_DIR)): Create the link in
this rule, so that it is only created when/if the object directory
is created. (internal-clean): Remove the obj symbolic link too.
Fri Mar 16 14:48:51 2001 Nicola Pero <nicola@brainstorm.co.uk>
* configure.in: Fixed syntax of some new tests.