This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ylwrap autofoo fun


When I patch ld/{configure.in,Makefile.am} I run:
cd ld &&
aclocal -I ../config &&
autoconf &&
autoheader &&
automake -a

after, and all seems well. However what was previously:
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) 
$(YFLAGS)

becomes:
$(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- 
$(YACCCOMPILE)

in ld/Makefile, and this of course causes a failure to make because things are 
out of order.

What is the correct way to reconfigure?

robert


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]