From: Andre Noll Date: Fri, 6 Jun 2008 08:34:27 +0000 (+0200) Subject: fsck.o depends also on fsck.cmdline.[ch]. X-Git-Tag: v0.1.0~72 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=44a209049642de34864d5453564f2af0ca2d1cb2;hp=74e867cbf269edf5fbb145bb570d2cb8c847b91f fsck.o depends also on fsck.cmdline.[ch]. --- diff --git a/Makefile b/Makefile index f9e5055..d2a136c 100644 --- 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