From a16f153fb9df9d3f9c712dd8aa8b140c6520ef6f Mon Sep 17 00:00:00 2001 From: Paweł Zuzelski Date: Tue, 12 Jan 2010 23:21:53 +0100 Subject: Don't strip binary. Strip moved to separate target Makefile should not strip binary. It should be handled by package manager. --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 626d21e..eeb2622 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,6 @@ uzbl-core: ${TOBJ} # why doesn't ${OBJ} work? @echo LINKING object files @${CC} -o $@ ${OBJ} ${LDFLAGS} @echo ... done. - @echo Stripping binary - @strip $@ - @echo ... done. uzbl-browser: uzbl-core @@ -92,6 +89,11 @@ clean: cd ./tests/; $(MAKE) clean rm -rf ./sandbox/{examples,usr}/ +strip: + @echo Stripping binary + @strip uzbl-core + @echo ... done. + install: install-uzbl-core install-uzbl-browser install-uzbl-tabbed install-uzbl-core: all -- cgit v1.2.3