aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-02-16 16:21:00 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-02-16 16:21:00 +0000
commit78ba11d0d2aab6e7f9e0d1050deb6f60347719f0 (patch)
treef529a81e8eba64b01e3d4414f9108f68221cfb23 /Makefile.config.in
parent2804201b6329f02ef54d7695bb295091c33602b8 (diff)
Remove the "pax" program from the list of those needed to support LLVM.
The install target in Makefile.rules no longer uses pax but just uses find and "install" instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20216 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 2d03272fe9..47840583e4 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -134,7 +134,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
MKDIR := $(LLVM_SRC_ROOT)/autoconf/mkinstalldirs
MV := @MV@
-PAX := @PAX@
RANLIB := @RANLIB@
RM := @RM@
SED := @SED@