From c654ffa0b748b90ba06a67105fbb979055d72908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 30 Jun 2009 17:43:51 +0000 Subject: put objectname in brackets; removed "strip" from the build-process: iemguts is a bit experimental, i'd rather have debugging symbols built in svn path=/trunk/externals/iem/iemguts/; revision=11838 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 7e76afc..a2ebfa3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -80,7 +80,7 @@ STRIP?=strip %.l_ia64 %.l_i386 %.pd_linux: %.c $(CC) $(LINUXLDFLAGS) $(LINUXCFLAGS) $(LINUXINCLUDE) -o $@ $< - $(STRIP) --strip-unneeded $@ +# $(STRIP) --strip-unneeded $@ -- cgit v1.2.1