diff Makefile @ 22346:26c1cc2a22ff

Simplify strip parameter for install handling.
author diego
date Tue, 27 Feb 2007 17:10:11 +0000
parents 068c5141bff6
children b5da5f794b35
line wrap: on
line diff
--- a/Makefile	Tue Feb 27 17:06:36 2007 +0000
+++ b/Makefile	Tue Feb 27 17:10:11 2007 +0000
@@ -14,11 +14,6 @@
 
 #CFLAGS += -Wall
 
-# Do not strip the binaries at installation
-ifeq ($(STRIPBINARIES),yes)
-INSTALLSTRIP = -s
-endif
-
 SRCS_COMMON = asxparser.c \
               codec-cfg.c \
               cpudetect.c \