2004-06-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / build / config-default.make
index 07d2c98e5c38895c59f07df5a1b3e5acfa56b51f..49cbf7bcb63b834838c47003e458e2f1ab2a8ae9 100644 (file)
@@ -9,6 +9,7 @@
 RUNTIME_FLAGS = 
 TEST_HARNESS = $(topdir)/class/lib/nunit-console.exe
 MCS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
+MBAS_FLAGS = $(PLATFORM_DEBUG_FLAGS)
 LIBRARY_FLAGS = /noconfig
 CFLAGS = -g -O2
 INSTALL = /usr/bin/install
@@ -20,15 +21,7 @@ prefix = /usr/local
 # keep track of the default value
 
 DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
-
-# Not all echos are alike. HP/UX doesn't need a -e command.
-# Test for this here
-
-ifeq ($(shell echo -e foo),foo)
-ECHO_ESCAPE=echo -e
-else
-ECHO_ESCAPE=echo
-endif
+DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
 
 # You shouldn't need to set these but might on a 
 # weird platform.