aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-30 17:43:51 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-06-30 17:43:51 +0000
commitc654ffa0b748b90ba06a67105fbb979055d72908 (patch)
tree6a7bfc327cff4db20719484ae0d0aa430467b1cd /src/Makefile
parent26248559138f2eaf9512cf7a8a9f79444cd1a490 (diff)
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
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@