aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R.Garbe2006-08-08 09:30:45 +0200
committerAnselm R.Garbe2006-08-08 09:30:45 +0200
commitd14f35f0b027606fb52073b637d3c3c5d8dab20a (patch)
tree159913e1c656ff41ec95fb7177adff21cc25fb60 /Makefile
parent78bcb5fe23ad290845f0677e96fbf88b6ae9120c (diff)
downloadaur-d14f35f0b027606fb52073b637d3c3c5d8dab20a.tar.gz
applied Sanders tiny patches
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fbf05c247df..9ef219a53c57 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ options:
@echo CC $<
@${CC} -c ${CFLAGS} $<
-${OBJ}: dwm.h config.h
+${OBJ}: dwm.h config.h config.mk
config.h:
@echo creating $@ from config.default.h