projects
/
osl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e867c
)
fsck.o depends also on fsck.cmdline.[ch].
author
Andre Noll
<maan@systemlinux.org>
Fri, 6 Jun 2008 08:34:27 +0000
(10:34 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 6 Jun 2008 08:34:27 +0000
(10:34 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
f9e5055
..
d2a136c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-101,7
+101,7
@@
osl.c: errtab.h
fsck.cmdline.o: fsck.cmdline.c fsck.cmdline.h
$(CC) -c -DVERSION='"$(VERSION)"' $<
-%.fsck.o: %.c Makefile
+%.fsck.o: %.c Makefile
fsck.cmdline.c fsck.cmdline.h
$(CC) -c -DVERSION='"$(VERSION)"' $(CPPFLAGS) $(CFLAGS) $< -o $@
%.o: %.c Makefile