./
[deliverable/binutils-gdb.git] / gas / Makefile.am
index 51f1f50cc7bd0615983c2c27e87f07c8565974a9..7ed4e0d999577305fd65401f3e52ca7fe88b208f 100644 (file)
@@ -635,7 +635,7 @@ m68k-parse.c: $(srcdir)/config/m68k-parse.y
           cp config/m68k-parse.y . >/dev/null 2>/dev/null; \
          f=m68k-parse.y; \
        else true; fi; \
-       $(SHELL) $(YLWRAP) "$(YACC)" $$f y.tab.c m68k-parse.c --; \
+       $(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
        if [ $$f = "m68k-parse.y" ]; then \
          rm -f m68k-parse.y; \
        else true; fi
@@ -661,7 +661,7 @@ itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.
 itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
 
 itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
-       $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d
+       $(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
 
 # stand-alone itbl assembler & disassembler
 
This page took 0.024226 seconds and 4 git commands to generate.