diff Makefile @ 26796:4fb30593ab3d

Remove unused strip target.
author diego
date Sun, 18 May 2008 17:40:00 +0000
parents 488f86cbc522
children 06fa17a9ee01
line wrap: on
line diff
--- a/Makefile	Sun May 18 17:38:16 2008 +0000
+++ b/Makefile	Sun May 18 17:40:00 2008 +0000
@@ -874,8 +874,6 @@
 
 doxygen_clean:
 	-rm -rf DOCS/tech/doxygen
-strip:
-	strip -s $(ALL_PRG-yes)
 
 TAGS:
 	rm -f $@; ( find -name '*.[chS]' -print ) | xargs etags -a
@@ -979,5 +977,5 @@
 
 -include $(DEPS)
 
-.PHONY: all doxygen *install* recurse strip *tools
+.PHONY: all doxygen *install* recurse *tools
 .PHONY: checkheaders *clean dep depend tests