[PATCH] depend on all .h files

Let the build depend on all header files.
This commit is contained in:
kay.sievers@vrfy.org 2003-12-30 22:25:12 -08:00 committed by Greg KH
parent 3f09184b43
commit c78cb204bc
1 changed files with 1 additions and 1 deletions

View File

@ -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)