summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-24 17:56:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-24 17:56:23 +0000
commit7beb8539de2bc6cb27e25a07fb41429f68701022 (patch)
tree92ec5440659fe847bb740ccfb78d16cf65332153 /benchmarks/Makefile
parent35fdf83b04895b7012578e358f00a4a5c9a681eb (diff)
entered into RCS
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile7
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