diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2003-12-30 22:25:12 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:12 -0700 |
commit | c78cb204bc64bce32e705dead071bd4149b731ac (patch) | |
tree | 22dd8361046fbcb167fe4d90cf962887c065d5e9 /Makefile | |
parent | 3f09184b43dfd8b27fb05786a789f392de18bfca (diff) |
[PATCH] depend on all .h files
Let the build depend on all header files.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ udev.conf: $(OBJS): $(GEN_HEADERS) -$(ROOT): $(OBJS) udev.h namedev.h +$(ROOT): $(OBJS) udev.h namedev.h udev_version.h udev_dbus.h udevdb.h klibc_fixups.h list.h $(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS) $(STRIPCMD) $(ROOT) |