Fixed typo when symlinking frameworks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24973 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-04-10 15:55:26 +00:00
parent 841d3ec953
commit e55ede3ca3
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2007-04-10 Nicola Pero <nicola.pero@meta-innovation.com>
* Instance/framework.make (xxx.framework/GNUSTEP_TARGET_LDIR/xxx):
Fixed typo removing symlinks before symlinking - it was causing
compilation to fail in certain conditions (Problem reported by
David Ayers <ayers@fsfe.org>).
2007-03-30 Nicola Pero <nicola.pero@meta-innovation.com>
* FilesystemLayouts/mac: Updated (Suggestions by Tim McIntosh

View file

@ -508,7 +508,7 @@ $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR):
$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE): $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/
ifeq ($(MAKE_CURRENT_VERSION),yes)
$(ECHO_NOTHING)cd $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR); \
$(RM_LN_S) $(GNUSTEP_INSTANCE) $(FRAMEWORK_LIBRARY_FILES); \
$(RM_LN_S) $(GNUSTEP_INSTANCE) $(FRAMEWORK_LIBRARY_FILE); \
$(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_TARGET_LDIR) \
Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE)` \
$(GNUSTEP_INSTANCE); \