diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:22:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-20 13:22:13 +0000 |
commit | da3815cb3b95d85e686b3adcba7ee34137a512db (patch) | |
tree | eb1f4a0739ee6678cea1e7b19a01237b66cbe4ec /benchmarks/httperf/files/patch-Makefile.in | |
parent | - Do not install useless .la files (diff) |
upgrade to 0.8
PR: 45452
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=70590
Diffstat (limited to 'benchmarks/httperf/files/patch-Makefile.in')
-rw-r--r-- | benchmarks/httperf/files/patch-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/httperf/files/patch-Makefile.in b/benchmarks/httperf/files/patch-Makefile.in new file mode 100644 index 000000000000..59491595c46d --- /dev/null +++ b/benchmarks/httperf/files/patch-Makefile.in @@ -0,0 +1,10 @@ +--- Makefile.in.orig Thu Oct 19 16:38:59 2000 ++++ Makefile.in Wed Nov 13 06:30:08 2002 +@@ -6,6 +6,7 @@ + top_builddir = . + + prefix = @prefix@ ++exec_prefix = @exec_prefix@ + bindir = @bindir@ + mandir = @mandir@ + |