[PATCH] trivial make fixes

One patch to let bk ignore the created udev.conf.
The second to depend on the .h files.
This commit is contained in:
kay.sievers@vrfy.org 2003-12-22 19:10:27 -08:00 committed by Greg KH
parent 1edbb8d350
commit 8c5d34e508
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ udev.conf:
$(OBJS): $(GEN_HEADERS)
$(ROOT): $(OBJS)
$(ROOT): $(OBJS) udev.h namedev.h
$(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
$(STRIPCMD) $(ROOT)