]> Git Repo - binutils.git/blobdiff - gas/Makefile.in
* config/tc-mips.h (LOCAL_LABEL): Define as 0, for compatibility
[binutils.git] / gas / Makefile.in
index c9e4d8d09147e5c0ef327308106d913139c05f3b..332e9d812a463947251ed4936d1cf1de35916751 100644 (file)
@@ -294,7 +294,7 @@ gasp.new: gasp.o
 installcheck:
        @echo No installcheck target is available yet for the GNU assembler.
 
-check: as.new
+check:
        @(here=`pwd` ; export here ; \
          cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) $(CHECKFLAGS) check)
 
@@ -311,7 +311,9 @@ config-stamp: Makefile
        echo '#define TARGET_CANONICAL "$(target_canonical)"' >> config.new
        echo '#define GAS_VERSION      "$(VERSION)"'          >> config.new
        if [ "$(defs)" != "" ]; then \
-         echo '#define $(defs)'                              >> config.new ; \
+         for d in $(defs) ; do \
+           echo "#define $$d"                                >> config.new ; \
+         done ; \
        else true; fi
        echo '#endif /* TARGET_CPU */'                        >> config.new
        $(srcdir)/../move-if-change config.new config.h
This page took 0.018806 seconds and 4 git commands to generate.