* Instance/framework.make ($(FRAMEWORK_FILE)): remove the link before

creating a new one.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15227 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Mirko Viviani 2002-12-03 16:11:34 +00:00
parent b7da6e86d9
commit ce99eae968
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-12-03 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* Instance/framework.make ($(FRAMEWORK_FILE)): remove the link before
creating a new one.
2002-12-02 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* Instance/framework.make ($(FRAMEWORK_FILE)): link

View file

@ -326,6 +326,7 @@ $(FRAMEWORK_FILE) : $(DUMMY_FRAMEWORK_OBJ_FILE) $(OBJ_FILES_TO_LINK)
$(ECHO_LINKING) \
$(LIB_LINK_CMD); \
(cd $(LIB_LINK_OBJ_DIR); \
rm -f $(FRAMEWORK_NAME); \
$(LN_S) $(LIB_LINK_FILE) $(FRAMEWORK_NAME)) \
$(END_ECHO)