diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:42:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:42:30 +0000 |
commit | 5ae604632eeaa065e273e80cc42b40bf6503df70 (patch) | |
tree | ce0b4e534de8431d421ca1714edadd46d8660155 | |
parent | 0c411ed024bf3363a409a486a037a533c15f10f1 (diff) |
Formerly Makefile.~28~
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |