summaryrefslogtreecommitdiff
blob: a1cbbb055d0c9e8f217835a9fa360491c6742115 (plain)
1
2
3
4
5
6
7
8
9
10
--- Makefile.linux.orig	2009-02-23 21:17:25.000000000 +0200
+++ Makefile.linux	2009-02-23 21:17:50.000000000 +0200
@@ -29,7 +29,6 @@
 
 easychem: postscript/ graph/ $(OBJECTS)
 	$(CC) -o easychem $(OBJECTS) $(GTK_LIBS) $(C_FLAGS)
-	strip easychem
 
 clean: FORCE
 	-cd graph; make clean