mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 23:21:08 +03:00
[PATCH] depend on all .h files
Let the build depend on all header files.
This commit is contained in:
parent
3f09184b43
commit
c78cb204bc
2
Makefile
2
Makefile
@ -214,7 +214,7 @@ udev.conf:
|
|||||||
|
|
||||||
$(OBJS): $(GEN_HEADERS)
|
$(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)
|
$(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
|
||||||
$(STRIPCMD) $(ROOT)
|
$(STRIPCMD) $(ROOT)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user