diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 03:56:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-02-24 03:56:32 +0000 |
commit | 4a0aaea3ded71331fce72357eb52979786315ba4 (patch) | |
tree | b39c0a7fb955b8e79866e03597ffb1d965ac0065 /Makefile.config.in | |
parent | ad993cbb77b26b36cee938686b3377c0d92abd5e (diff) |
For PR528:
* Consolidate all "install" usage to the install program/script found by
autoconf which includes the autoconf/install-sh script if necessary
* Change Makefile.rules to not use the -D flag to install but use the
MKDIR command as necessary.
* Change Makefile.rules to differentiate between installation of executable
files and regular data files to get the permission modes correct.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 47840583e49..5e0eda596bf 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -128,10 +128,6 @@ FIND := @FIND@ FLEX := @LEX@ GREP := @GREP@ INSTALL := @INSTALL@ -INSTALL_SH := $(LLVM_SRC_ROOT)/autoconf/install-sh -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_DATA = @INSTALL_DATA@ MKDIR := $(LLVM_SRC_ROOT)/autoconf/mkinstalldirs MV := @MV@ RANLIB := @RANLIB@ |