From 9921618a5a60b50d2297a276ae8a329251f0173b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Jul 1994 16:44:16 +0000 Subject: Formerly Makefile.~23~ --- fstests/Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'fstests/Makefile') diff --git a/fstests/Makefile b/fstests/Makefile index 0530c5ed..d5bc4d14 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -23,20 +23,20 @@ DIST_FILES = fstests.c Makefile fdtests.c ChangeLog timertest.c SRCS = fstests.c fdtests.c timertest.c -#OBJS=fdtests.o -#OBJS=fstests.o -OBJS=timertest.o - all: timertest -fstests: $(OBJS) $(libc); $(link) -fdtests: $(OBJS) $(libc); $(link) -timertest: $(OBJS) $(libc); $(link) +fstests: $(OBJS) $(libc) + $(CC) $(CFLAGS) -o $@ $^ + +fdtests: $(OBJS) $(libc) + $(CC) $(CFLAGS) -o $@ $^ +timertest: $(OBJS) $(libc) + $(CC) $(CFLAGS) -o $@ $^ -install: $(hurdroot) timertest #fstests fdtests -# $(INSTALL_BIN) fdtests $(hurdroot)/bin/fdtests -# $(INSTALL_BIN) fstests $(hurdroot)/bin/fstests +install: $(hurdroot) timertest fstests fdtests + $(INSTALL_BIN) fdtests $(hurdroot)/bin/fdtests + $(INSTALL_BIN) fstests $(hurdroot)/bin/fstests $(INSTALL_BIN) timertest $(hurdroot)/bin/timertest clean: -- cgit v1.2.3