You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
610 B

Index: Makefile
--- Makefile.orig 2006-05-11 21:06:16 +0200
+++ Makefile 2006-06-06 12:48:57 +0200
@@ -10,7 +10,7 @@
$(DIRS):
mkdir -p $@
-compile: no-perl mactime sorter file test
+compile: no-perl mactime sorter test
compile-static: no-perl-static mactime sorter file test
Index: check-install
--- check-install.orig 2006-05-11 21:06:16 +0200
+++ check-install 2006-06-06 12:47:59 +0200
@@ -45,12 +45,6 @@
echo "ERROR: Missing diskstat tool";
fi
-if (test -x "bin/file") then
- blah=1;
-else
- echo "ERROR: Missing 'file' command";
-fi
-
if (test -x "bin/mactime") then
blah=1;
else