tremoved strip, added -s to LDFLAGs - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5a3dfb1c40a58647cd55147cc93fec9811a0a6a1
 (DIR) parent 4042a11e5174633e9beeeec120937856e1d0f74f
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Tue, 15 May 2007 13:44:41 +0200
       
       removed strip, added -s to LDFLAGs
       Diffstat:
         Makefile                            |       1 -
         config.mk                           |       2 +-
       
       2 files changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -23,7 +23,6 @@ ${OBJ}: dmenu.h config.mk
        dmenu: ${OBJ}
                @echo CC -o $@
                @${CC} -o $@ ${OBJ} ${LDFLAGS}
       -        @strip $@
        
        clean:
                @echo cleaning
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -16,7 +16,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
        
        # flags
        CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
       -LDFLAGS = ${LIBS}
       +LDFLAGS = -s ${LIBS}
        #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
        #LDFLAGS = -g ${LIBS}