summaryrefslogtreecommitdiff
path: root/Build/tests/largefile/testlfs-martin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tests/largefile/testlfs-martin/Makefile')
-rw-r--r--Build/tests/largefile/testlfs-martin/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/tests/largefile/testlfs-martin/Makefile b/Build/tests/largefile/testlfs-martin/Makefile
deleted file mode 100644
index 302b241963d..00000000000
--- a/Build/tests/largefile/testlfs-martin/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id$
-# Public domain.
-#
-3gb.pdf: 3gb.tex poles.png
- pdftex 3gb.tex
- @echo "check the first numbers to see if LFS works; they must be > 2147483648"
- @tail 3gb.pdf|head -2
-
-poles.png:
- ppmpat -poles 1250 1250 |pnmtopng > poles.png
-
-.PHONY: clean clobber
-clean:
- rm -f *.log
-
-clobber: clean
- rm -f poles.png 3gb.pdf