summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <lverhaegen@ridcully.suse.de>2009-01-07 15:37:16 +0100
committerLuc Verhaegen <lverhaegen@ridcully.suse.de>2009-01-07 15:37:16 +0100
commit4c27223581c1dd127a4b937a4d5efbe1b8a059cb (patch)
tree64053c203ab0fbb60591e7745abff6f2609c739e
parent01e1300cf37bea32bffc19376ac9232cf5b26e26 (diff)
Apply debians 0.31e-3 15_honor_nostrip.patch
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3a65e42..461f42d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -8,7 +8,7 @@ MAKE = make
all: amideco
amideco: amifunc kernel
- gcc amideco.c amifunc.o kernel.o -s -fpack-struct -o amideco
+ gcc amideco.c amifunc.o kernel.o -fpack-struct -o amideco
amifunc:
gcc amifunc.c -c -o amifunc.o -fpack-struct