mirror of
https://github.com/systemd/systemd.git
synced 2025-08-30 05:49:54 +03:00
[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:
committed by
Greg KH
parent
1edbb8d350
commit
8c5d34e508
2
Makefile
2
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)
|
$(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
|
||||||
$(STRIPCMD) $(ROOT)
|
$(STRIPCMD) $(ROOT)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user