projects
/
osl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98eef42
)
Let all source files depend on errtab.h
author
Andre Noll
<maan@systemlinux.org>
Fri, 6 Jun 2008 15:24:16 +0000
(17:24 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 6 Jun 2008 15:24:16 +0000
(17:24 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
47f1107
..
9c34d74
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-102,7
+102,7
@@
endif
all: $(realname) oslfsck
Makefile.deps: $(wildcard *.c *.h)
$(CC) -MM -MG *.c > $@
-osl.c fsck.c:
errtab.h
+osl.c fsck.c:
-include Makefile.deps
@@
-112,7
+112,7
@@
fsck.cmdline.o: fsck.cmdline.c fsck.cmdline.h
%.fsck.o: %.c Makefile fsck.cmdline.c fsck.cmdline.h osl.h
$(CC) -c -DVERSION='"$(VERSION)"' $(CPPFLAGS) $(CFLAGS) $< -o $@
-%.o: %.c Makefile
+%.o: %.c Makefile
errtab.h
$(CC) -c $(CPPFLAGS) $(CFLAGS) $(LIBCFLAGS) $<
fsck.cmdline.h fsck.cmdline.c: fsck.ggo Makefile