From a2d56f6dcef7adb1a85951871cb51a052709241a Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Thu, 3 Aug 2006 15:36:13 +0200 Subject: [PATCH] make config.h not a time dependence --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4df8e9a..b7db7cc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ options: ${OBJ}: dwm.h config.h -config.h: ${CONFIG} +config.h: @echo creating $@ from ${CONFIG} @cp ${CONFIG} $@ -- 1.7.10.4