diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-24 17:56:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-24 17:56:23 +0000 |
commit | 7beb8539de2bc6cb27e25a07fb41429f68701022 (patch) | |
tree | 92ec5440659fe847bb740ccfb78d16cf65332153 /benchmarks/Makefile | |
parent | 35fdf83b04895b7012578e358f00a4a5c9a681eb (diff) |
entered into RCS
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7755267e..9c105d7a 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -18,15 +18,12 @@ dir := benchmarks include ../Makeconf +CCTARGET=i386-gnu -DIST_FILES = +DIST_FILES = forks.c all: forks -OBJS=forks.o - -forks: $(OBJS) $(libc); $(link) - install: $(hurdroot) forks $(INSTALL_BIN) forks $(hurdroot)/bin/forks |