tmake config.h not a time dependence - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a2d56f6dcef7adb1a85951871cb51a052709241a
 (DIR) parent db876f9fb00cd7d0347592fab0974389f7180a67
 (HTM) Author: arg@10ksloc.org <unknown>
       Date:   Thu,  3 Aug 2006 15:36:13 +0200
       
       make config.h not a time dependence
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -22,7 +22,7 @@ options:
        
        ${OBJ}: dwm.h config.h
        
       -config.h: ${CONFIG}
       +config.h:
                @echo creating $@ from ${CONFIG}
                @cp ${CONFIG} $@