summaryrefslogtreecommitdiff
path: root/print/mftrace/files/patch-GNUmakefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'print/mftrace/files/patch-GNUmakefile.in')
-rw-r--r--print/mftrace/files/patch-GNUmakefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/mftrace/files/patch-GNUmakefile.in b/print/mftrace/files/patch-GNUmakefile.in
deleted file mode 100644
index bb1450b4db9d..000000000000
--- a/print/mftrace/files/patch-GNUmakefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- GNUmakefile.in.orig Sun Jun 2 23:51:33 2002
-+++ GNUmakefile.in Sun Jun 2 23:52:07 2002
-@@ -23,7 +23,7 @@
- compile: pktrace gf2pbm
-
- gf2pbm: gf2pbm.c
-- gcc -O2 -Wall -o $@ $<
-+ ${CC} ${CFLAGS} -I${LOCALBASE}/include -o $@ $< -L${LOCALBASE}/lib -lgnugetopt
-
- README.txt: README.texi
- makeinfo --no-split --no-headers --output $@ $<