[llvm-commits] CVS: reopt/configure

Brian Gaeke gaeke at cs.uiuc.edu
Wed Dec 8 22:37:30 PST 2004



Changes in directory reopt:

configure updated: 1.10 -> 1.11
---
Log message:

Make reopt/configure forget about bininterface


---
Diffs of the changes:  (+0 -6)

Index: reopt/configure
diff -u reopt/configure:1.10 reopt/configure:1.11
--- reopt/configure:1.10	Tue Oct 26 12:13:03 2004
+++ reopt/configure	Thu Dec  9 00:37:20 2004
@@ -1237,9 +1237,6 @@
           ac_config_commands="$ac_config_commands lib/Makefile"
 
 
-          ac_config_commands="$ac_config_commands lib/BinInterface/Makefile"
-
-
           ac_config_commands="$ac_config_commands lib/Inst/Makefile"
 
 
@@ -1859,7 +1856,6 @@
 
 ${srcdir}/autoconf/mkinstalldirs `dirname Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname lib/Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname lib/BinInterface/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname lib/Inst/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname lib/Inst/lib/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname lib/Inst/lib/Phase1/Makefile`
@@ -1886,7 +1882,6 @@
   "Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
   "Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
   "lib/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/Makefile" ;;
-  "lib/BinInterface/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/BinInterface/Makefile" ;;
   "lib/Inst/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/Inst/Makefile" ;;
   "lib/Inst/lib/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/Inst/lib/Makefile" ;;
   "lib/Inst/lib/Phase1/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/Inst/lib/Phase1/Makefile" ;;
@@ -2246,7 +2241,6 @@
   case $ac_dest in
     Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/Makefile Makefile ;;
     lib/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/Makefile lib/Makefile ;;
-    lib/BinInterface/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/BinInterface/Makefile lib/BinInterface/Makefile ;;
     lib/Inst/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/Inst/Makefile lib/Inst/Makefile ;;
     lib/Inst/lib/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/Inst/lib/Makefile lib/Inst/lib/Makefile ;;
     lib/Inst/lib/Phase1/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/Inst/lib/Phase1/Makefile lib/Inst/lib/Phase1/Makefile ;;






More information about the llvm-commits mailing list