X-Git-Url: https://repo.jachan.dev/binutils.git/blobdiff_plain/daa7e1848907dc96c62a5328ccc37a16575e6e09..20ae2fb83227cc0f5c161cd6c3afcabeb5b51dbd:/gas/Makefile.in?ds=sidebyside diff --git a/gas/Makefile.in b/gas/Makefile.in index c9e4d8d091..332e9d812a 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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