From 609092eb6651140c0cd9ebf33e2aa044567afa31 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 14 Oct 1994 21:30:57 +0000 Subject: Formerly Makefile.~4~ --- ufs-fsck/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ufs-fsck/Makefile') diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile index e45fed74..75b2207a 100644 --- a/ufs-fsck/Makefile +++ b/ufs-fsck/Makefile @@ -23,10 +23,13 @@ makemode := utility SRCS = dir.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c setup.c utilities.c inode.c -OBJS = $(subst .c,.o,$(SRCS)) +OBJS = $(subst .c,.o,$(SRCS)) tables.o LCLHDRS = fsck.h target = newfsck include ../Makeconf $(OBJS): fsck.h + +tables.o: ../ufs/tables.c + $(CC) $(CFLAGS) -c -o $@ $< -- cgit v1.2.3