From 5ae604632eeaa065e273e80cc42b40bf6503df70 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Jul 1994 16:42:30 +0000 Subject: Formerly Makefile.~28~ --- exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec') diff --git a/exec/Makefile b/exec/Makefile index c61edbfc..fe173130 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -33,7 +33,7 @@ TAGSHDRS = a.out.h a.out.gnu.h all: exec exec: $(OBJS) - $(link) + $(CC) $(CFLAGS) -o $@ $^ exec.o: exec_server.h fsys_S.h notify_S.h -- cgit v1.2.3