changeset 26796:4fb30593ab3d

Remove unused strip target.
author diego
date Sun, 18 May 2008 17:40:00 +0000
parents 488f86cbc522
children 029a3d52e15e
files Makefile
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
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