# HG changeset patch # User diego # Date 1211132400 0 # Node ID 4fb30593ab3d45c7c103c68e2d37b974748cf7c3 # Parent 488f86cbc522b58a8877e3321acd07f2b821f903 Remove unused strip target. diff -r 488f86cbc522 -r 4fb30593ab3d Makefile --- 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