diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-09-05 16:42:30 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-09-05 16:42:30 +0000 |
commit | e07d9aa1d127dc1e8d9efc362a36f87687badd07 (patch) | |
tree | e5f722d7093d2b5f7c746a67df9e0c94e34163a5 /projects | |
parent | 1f4a27947f5d7840df45ea9e757b88e6269bda5f (diff) | |
download | external_llvm-e07d9aa1d127dc1e8d9efc362a36f87687badd07.zip external_llvm-e07d9aa1d127dc1e8d9efc362a36f87687badd07.tar.gz external_llvm-e07d9aa1d127dc1e8d9efc362a36f87687badd07.tar.bz2 |
Added the configuration of the test/Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r-- | projects/Stacker/autoconf/configure.ac | 1 | ||||
-rwxr-xr-x | projects/Stacker/configure | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/projects/Stacker/autoconf/configure.ac b/projects/Stacker/autoconf/configure.ac index 4df99df..b43a5c0 100644 --- a/projects/Stacker/autoconf/configure.ac +++ b/projects/Stacker/autoconf/configure.ac @@ -15,6 +15,7 @@ AC_CONFIG_MAKEFILE(Makefile) AC_CONFIG_MAKEFILE(lib/Makefile) AC_CONFIG_MAKEFILE(lib/compiler/Makefile) AC_CONFIG_MAKEFILE(lib/runtime/Makefile) +AC_CONFIG_MAKEFILE(test/Makefile) AC_CONFIG_MAKEFILE(tools/Makefile) AC_CONFIG_MAKEFILE(tools/stkrc/Makefile) diff --git a/projects/Stacker/configure b/projects/Stacker/configure index 61b06ec..be3786e 100755 --- a/projects/Stacker/configure +++ b/projects/Stacker/configure @@ -1277,6 +1277,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. ac_config_commands="$ac_config_commands lib/runtime/Makefile" + ac_config_commands="$ac_config_commands test/Makefile" + + ac_config_commands="$ac_config_commands tools/Makefile" @@ -1870,6 +1873,7 @@ ${srcdir}/autoconf/mkinstalldirs `dirname Makefile` ${srcdir}/autoconf/mkinstalldirs `dirname lib/Makefile` ${srcdir}/autoconf/mkinstalldirs `dirname lib/compiler/Makefile` ${srcdir}/autoconf/mkinstalldirs `dirname lib/runtime/Makefile` +${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile` ${srcdir}/autoconf/mkinstalldirs `dirname tools/Makefile` ${srcdir}/autoconf/mkinstalldirs `dirname tools/stkrc/Makefile` @@ -1887,6 +1891,7 @@ do "lib/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/Makefile" ;; "lib/compiler/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/compiler/Makefile" ;; "lib/runtime/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/runtime/Makefile" ;; + "test/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile" ;; "tools/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS tools/Makefile" ;; "tools/stkrc/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS tools/stkrc/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 @@ -2328,6 +2333,7 @@ echo "$as_me: executing $ac_dest commands" >&6;} lib/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/Makefile lib/Makefile ;; lib/compiler/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/compiler/Makefile lib/compiler/Makefile ;; lib/runtime/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/runtime/Makefile lib/runtime/Makefile ;; + test/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/Makefile test/Makefile ;; tools/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/tools/Makefile tools/Makefile ;; tools/stkrc/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/tools/stkrc/Makefile tools/stkrc/Makefile ;; esac |