gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnustep-make frameworks: multiple entries in FRAMEWORK_NAME


From: David Ayers
Subject: Re: gnustep-make frameworks: multiple entries in FRAMEWORK_NAME
Date: Thu, 05 Dec 2002 14:36:55 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126

Hello Mirko,

actually there is another recent patch that currently breaks my gsweb patches. I'm nt quite sure why it was needed, but could someone onsider this fix?

Cheers,
Dave

Index: core/make/Instance/framework.make
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/make/Instance/framework.make,v
retrieving revision 1.28
diff -u -r1.28 framework.make
--- core/make/Instance/framework.make   3 Dec 2002 16:11:34 -0000       1.28
+++ core/make/Instance/framework.make   5 Dec 2002 13:41:46 -0000
@@ -326,8 +326,8 @@
       $(ECHO_LINKING) \
       $(LIB_LINK_CMD); \
       (cd $(LIB_LINK_OBJ_DIR); \
-         rm -f $(FRAMEWORK_NAME); \
-         $(LN_S) $(LIB_LINK_FILE) $(FRAMEWORK_NAME)) \
+         rm -f $(GNUSTEP_INSTANCE); \
+         $(LN_S) $(LIB_LINK_FILE) $(GNUSTEP_INSTANCE)) \
       $(END_ECHO)

endif # WITH_DLL






reply via email to

[Prev in Thread] Current Thread [Next in Thread]