[hackers] [dmenu] makefile: *.o depend on draw.h || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Wed, 26 Oct 2011 15:16:24 +0200 (CEST)

changeset: 458:bebcf140b8a9
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Wed Oct 26 14:16:12 2011 +0100
files: Makefile
description:
makefile: *.o depend on draw.h


diff -r 0efd920c91f6 -r bebcf140b8a9 Makefile
--- a/Makefile Wed Oct 26 13:28:15 2011 +0100
+++ b/Makefile Wed Oct 26 14:16:12 2011 +0100
_AT_@ -18,7 +18,7 @@
         _AT_echo CC -c $<
         _AT_${CC} -c $< ${CFLAGS}
 
-${OBJ}: config.mk
+${OBJ}: config.mk draw.h
 
 dmenu: dmenu.o draw.o
         _AT_echo CC -o $@
Received on Wed Oct 26 2011 - 15:16:24 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 26 2011 - 15:24:05 CEST