Index: target.make =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/make/target.make,v retrieving revision 1.170 diff -u -r1.170 target.make --- target.make 13 Jul 2005 14:56:18 -0000 1.170 +++ target.make 16 Sep 2005 16:52:04 -0000 @@ -301,7 +301,7 @@ INTERNAL_LDFLAGS += -flat_namespace -undefined warning -SHARED_LD_PREFLAGS += -Wl,-noall_load -read_only_relocs warning +SHARED_LD_PREFLAGS += -Wl,-noall_load -read_only_relocs warning $(RUNTIME_FLAG) # Useful flag: -Wl,-single_module. This flag only # works starting with 10.3. libs w/ffcall don't link on darwin/ix86 without it. ifeq ($(findstring darwin7, $(GNUSTEP_TARGET_OS)), darwin7)