Add CMP and CP configuration variables for the unix cmp and cp programs.
[oota-llvm.git] / Makefile.config.in
index 7bcc804438b322c4801a4df41bc36db328a3c246..9f6215c5065c7ff07b9d3191e76b3286f8af9da1 100644 (file)
@@ -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@