This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [RFA] Gdbtk configury changes


Hi, Daniel, thank you for your reply. A quick question...

Daniel Jacobowitz wrote:

@@ -1663,9 +1652,8 @@ procfs.o: $(srcdir)/procfs.c
$(CC) -c $(INTERNAL_WARN_CFLAGS) $(srcdir)/procfs.c
v850ice.o: $(srcdir)/v850ice.c
- $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ITCL_CFLAGS) \
- $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
- $(GDBTK_CFLAGS) \
+ $(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(ALL_TCL_CFLAGS) \
+ $(X11_CFLAGS) $(GDBTK_CFLAGS) \
$(srcdir)/v850ice.c
# Message files. Based on code in gcc/Makefile.in.

This file doesn't seem to exist any more.

Yeah, while v850ice.c disappeared several years ago, no one apparently whacked this bit from the Makefile. I'll remove this when I commit my changes.


Question: What is now the proper way to regenerate configure? Obviously a simple "autoconf" is insufficient. "aclocal -I gnulib/m4; autoconf"?

Keith


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