chiark / gitweb /
[PATCH] trivial make fixes
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Tue, 23 Dec 2003 03:10:27 +0000 (19:10 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:09 +0000 (21:13 -0700)
One patch to let bk ignore the created udev.conf.
The second to depend on the .h files.

Makefile

index 3e220b47d0da44f5bc571d4cbceb0ab85ba6551a..5833d4cb94c0844489c5d0c9fd4cd290fc691b33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ udev.conf:
 
 $(OBJS): $(GEN_HEADERS)
 
 
 $(OBJS): $(GEN_HEADERS)
 
-$(ROOT): $(OBJS)
+$(ROOT): $(OBJS) udev.h namedev.h
        $(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
        $(STRIPCMD) $(ROOT)
 
        $(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
        $(STRIPCMD) $(ROOT)