cd0cac12f22c5f3912e8ed6ecbe6c253ea61162e
kate
  Wed Jan 9 14:00:00 2013 -0800
Switch STRIP to true in the interests of minimalism (thanks Angie)
diff --git src/inc/common.mk src/inc/common.mk
index 3942ec9..c1d4755 100644
--- src/inc/common.mk
+++ src/inc/common.mk
@@ -152,31 +152,31 @@
 ifeq (${CGI_BIN},)
     CGI_BIN=/usr/local/apache/cgi-bin
 endif
 ifeq (${DOCUMENTROOT},)
     DOCUMENTROOT=/usr/local/apache/htdocs
 endif
 ifeq (${BINDIR},)
     BINDIR = ${HOME}/bin/${MACHTYPE}
 endif
 ifeq (${ENCODE_PIPELINE_BIN},)
     ENCODE_PIPELINE_BIN=/cluster/data/encode/pipeline/bin
 endif
 
 MKDIR=mkdir -p
 ifeq (${STRIP},)
-   STRIP=echo
+   STRIP=true
 endif
 CVS=cvs
 GIT=git
 
 # portable naming of compiled executables: add ".exe" if compiled on 
 # Windows (with cygwin).
 ifeq (${OS}, Windows_NT)
   AOUT=a
   EXE=.exe
 else
   AOUT=a.out
   EXE=
 endif
 
 # location of stringify program