chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd95f9
)
[PATCH] fix up Makefile for wait_for_sysfs udev_version.h dependancy
author
greg@kroah.com
<greg@kroah.com>
Thu, 14 Oct 2004 04:08:57 +0000
(21:08 -0700)
committer
Greg KH
<gregkh@suse.de>
Wed, 27 Apr 2005 04:47:44 +0000
(21:47 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1f246b7307066d55ebdfd220f192b1dc42dbb602..70499e079a94800c7c491acc2a4a8b013b94bdf4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-263,6
+263,7
@@
$(INFO).o: $(GEN_HEADERS)
$(DAEMON).o: $(GEN_HEADERS)
$(SENDER).o: $(GEN_HEADERS)
$(STARTER).o: $(GEN_HEADERS)
+$(WAIT).o: $(GEN_HEADERS)
$(ROOT): $(LIBC) $(ROOT).o $(STARTER).o $(OBJS) $(HEADERS) $(GEN_MANPAGES)
$(LD) $(LDFLAGS) -o $@ $(CRT0) udev.o udevstart.o $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)