fixed config.mk dep
authorConnor Lane Smith <cls@lubutu.com>
Fri, 12 Nov 2010 00:30:03 +0000 (00:30 +0000)
committerConnor Lane Smith <cls@lubutu.com>
Fri, 12 Nov 2010 00:30:03 +0000 (00:30 +0000)
Makefile

index 6775a10..8abfd0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 include config.mk
 
-all: options dmenu dmenu_path config.mk
+all: options dmenu dmenu_path
 
 options:
        @echo dmenu build options:
@@ -14,7 +14,7 @@ options:
 dmenu: dmenu.o draw.o
 dmenu_path: dmenu_path.o
 
-.c.o:
+.c.o: config.mk
        @echo CC -c $<
        @${CC} -c $< ${CFLAGS}