[project @ 1998-05-15 14:48:08 by simonm]
authorsimonm <unknown>
Fri, 15 May 1998 14:48:08 +0000 (14:48 +0000)
committersimonm <unknown>
Fri, 15 May 1998 14:48:08 +0000 (14:48 +0000)
only strip libraries if $(StripLibraries) eq "YES"

mk/target.mk

index 0c2d631..3b9bef8 100644 (file)
@@ -328,7 +328,7 @@ endif
 # Remove local symbols from library objects if requested.
 #
 
-ifneq "$(StripLibraries)" ""
+ifeq "$(StripLibraries)" "YES"
 ifneq "$(filter -split-objs,$(HC_OPTS))" ""
 SRC_HC_POST_OPTS += \
   for i in $(basename $@)/*; do \