OSDN Git Service

* Makefile.in (regex.o): Add dependency on config.h.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2001 08:41:40 +0000 (08:41 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2001 08:41:40 +0000 (08:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44394 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/Makefile.in

index 1b3ce6a..a911e05 100644 (file)
@@ -1,3 +1,7 @@
+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
index fd2f415..0cded6b 100644 (file)
@@ -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