* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / build-all.mk
index bf3b3e514fedbfb508c61897891b7520de169a02..c69162232930ade97054e8763350ea9a7373b73f 100644 (file)
@@ -142,7 +142,6 @@ TARGETS = \
        $(NATIVE) \
        i960-vxworks \
        m68k-aout       m68k-vxworks
-#      sh-hms          # doesn't work
 CC = cc 
 #CFLAGS = +Obb2000
 CFLAGS = -g
@@ -202,6 +201,11 @@ FLAGS_TO_PASS := \
        "RELEASE_TAG=$(RELEASE_TAG)" \
        "SHELL=$(SHELL)"
 
+# set GNU_MAKE and CONFIG_SHELL correctly in sub-builds
+ifeq ($(patsubst %-lynxos,lynxos,$(canonhost)),lynxos)
+FLAGS_TO_PASS := $(FLAGS_TO_PASS) "GNU_MAKE=$(MAKE)" "CONFIG_SHELL=/bin/bash"
+endif
+
 all-emacs:
        @echo build started at `date`
        [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
This page took 0.023955 seconds and 4 git commands to generate.