aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-11-12 00:30:03 +0000
committerConnor Lane Smith <cls@lubutu.com>2010-11-12 00:30:03 +0000
commitda81f57f6d7ef2149b1d6db55178b4beaa70c5d7 (patch)
treefc9158513da7d8ae85f99de91d3a7ad93e9261c1
parentc1241bcba3dc41787a4f38a8d123c8a81690c985 (diff)
fixed config.mk dep
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6775a10..8abfd0c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
3 3
4include config.mk 4include config.mk
5 5
6all: options dmenu dmenu_path config.mk 6all: options dmenu dmenu_path
7 7
8options: 8options:
9 @echo dmenu build options: 9 @echo dmenu build options:
@@ -14,7 +14,7 @@ options:
14dmenu: dmenu.o draw.o 14dmenu: dmenu.o draw.o
15dmenu_path: dmenu_path.o 15dmenu_path: dmenu_path.o
16 16
17.c.o: 17.c.o: config.mk
18 @echo CC -c $< 18 @echo CC -c $<
19 @${CC} -c $< ${CFLAGS} 19 @${CC} -c $< ${CFLAGS}
20 20