Commit 2cf50fd3 by Daniel Jacobowitz Committed by Gerald Pfeifer

* Makefile.in (regex.o): Add dependency on config.h.

From-SVN: r44394
parent 312b7c9d
2001-07-25 Daniel Jacobowitz <drow@mvista.com>
* Makefile.in (regex.o): Add dependency on config.h.
2001-07-18 Andreas Schwab <schwab@suse.de>
* regex.c (WORDCHAR_P) [WCHAR]: Also return true for the
......
......@@ -282,7 +282,7 @@ objalloc.o: config.h $(INCDIR)/objalloc.h
obstack.o: config.h $(INCDIR)/obstack.h
partition.o: config.h $(INCDIR)/partition.h
pexecute.o: config.h $(INCDIR)/libiberty.h
regex.o: $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
rename.o: config.h
setenv.o: config.h
sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment