summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-16 17:48:14 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-16 17:48:14 +0000
commit8a2d4718257aa1a97dad9f9f8cce719b539c694b (patch)
treeaa1a87a9bcbd8dc0fdbc155d069929f4cf0d956d /Makefile.config.in
parent23ee79579dcb2860e04569b47e61482ef0ac8886 (diff)
downloadllvm-8a2d4718257aa1a97dad9f9f8cce719b539c694b.tar.gz
llvm-8a2d4718257aa1a97dad9f9f8cce719b539c694b.tar.bz2
llvm-8a2d4718257aa1a97dad9f9f8cce719b539c694b.tar.xz
Add CMP and CP configuration variables for the unix cmp and cp programs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 7bcc804438..9f6215c506 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -57,6 +57,8 @@ AR_PATH = @AR@
# The pathnames of the programs we require to build
BISON := @BISON@
+CMP := @CMP@
+CP := @CP@
DATE := @DATE@
FIND := @FIND@
FLEX := @LEX@