]> git.tuebingen.mpg.de Git - osl.git/commitdiff
fsck.c depends on errtab.h.
authorAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 12:23:00 +0000 (14:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 12:23:00 +0000 (14:23 +0200)
Makefile

index 4c096a1533b76214292c10715dbf6b317431a88f..24775a4de7c508346da2de01dfaaad44c8de8d85 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ endif
 all: $(realname) oslfsck
 Makefile.deps: $(wildcard *.c *.h)
        $(CC) -MM -MG *.c > $@
-osl.c: errtab.h
+osl.c fsck.c: errtab.h
 
 -include Makefile.deps