From: simonm Date: Fri, 15 May 1998 14:48:08 +0000 (+0000) Subject: [project @ 1998-05-15 14:48:08 by simonm] X-Git-Tag: Approx_2487_patches~694 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ca9d67a74d1293920453fb6006ac11d9f9172272;p=ghc-hetmet.git [project @ 1998-05-15 14:48:08 by simonm] only strip libraries if $(StripLibraries) eq "YES" --- diff --git a/mk/target.mk b/mk/target.mk index 0c2d631..3b9bef8 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -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 \