Fix the mcs-compileall test target.
authorZoltan Varga <vargaz@gmail.com>
Thu, 20 Nov 2014 17:53:39 +0000 (12:53 -0500)
committerZoltan Varga <vargaz@gmail.com>
Sun, 23 Nov 2014 07:59:31 +0000 (02:59 -0500)
runtime/Makefile.am

index e804a08f5e9331fb96ec11e59449fb8aeb2c78eb..94edabf47980ca3f2bf82fb6297d448b6e005473 100644 (file)
@@ -129,7 +129,7 @@ mcs-compileall: mono-wrapper etc/mono/config
          if [ "net_4_0" = "$$profile" ]; then \
           continue; \
       fi; \
-         elif [ "xbuild_12" = "$$profile" ]; then \
+         if [ "xbuild_12" = "$$profile" ]; then \
                  MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \
          elif [ "xbuild_14" = "$$profile" ]; then \
                  MONO_PATH="$$mcs_topdir/class/lib/$$profile$(PLATFORM_PATH_SEPARATOR)$$mcs_topdir/class/lib/net_4_5$(PLATFORM_PATH_SEPARATOR)$$save_MONO_PATH"; \