summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fstests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fstests/Makefile b/fstests/Makefile
index bf4969fe..87f632aa 100644
--- a/fstests/Makefile
+++ b/fstests/Makefile
@@ -29,9 +29,9 @@ fstests: $(OBJS) $(libc); $(link)
fdtests: $(OBJS) $(libc); $(link)
-install: fdtests fstests $(hurdroot)
+install: fdtests $(hurdroot) #fstests
cp fdtests $(hurdroot)/bin/fdtests
- cp fstests $(hurdroot)/bin/fstests
+# cp fstests $(hurdroot)/bin/fstests
clean: