From 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 20 Apr 2005 06:16:18 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'. --- .../files/patch-tools-ReportGen-Makefile.in | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 benchmarks/polygraph31/files/patch-tools-ReportGen-Makefile.in (limited to 'benchmarks/polygraph31/files/patch-tools-ReportGen-Makefile.in') diff --git a/benchmarks/polygraph31/files/patch-tools-ReportGen-Makefile.in b/benchmarks/polygraph31/files/patch-tools-ReportGen-Makefile.in deleted file mode 100644 index 130457622a3d..000000000000 --- a/benchmarks/polygraph31/files/patch-tools-ReportGen-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- tools/ReportGen/Makefile.in.orig Tue Jun 12 02:04:12 2001 -+++ tools/ReportGen/Makefile.in Sat Aug 3 13:55:53 2002 -@@ -15,7 +15,7 @@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ - --rgen_dir = @prefix@/ReportGen -+rgen_dir = @prefix@/share/polygraph/ReportGen - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -@@ -42,8 +42,8 @@ - fi - - install_mkdirs: -- @for d in $(prefix) $(rgen_dir); do \ -- if test ! -d $$d; then echo mkdir $$d; mkdir $$d; fi; \ -+ @for d in $(rgen_dir); do \ -+ if test ! -d $$d; then echo mkdir -p $$d; mkdir -p $$d; fi; \ - done - - clean: -- cgit v1.2.3