diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 11:32:54 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 11:32:54 +0000 |
commit | b8f02fb27622ffe5deba97f8f5342a8c3dd71565 (patch) | |
tree | 1f1016d872d5d55abd3512c8dfaa69ff4c501da4 /libiberty/Makefile.in | |
parent | e4acc5232405f5f8c274e88717308b711b7d760a (diff) | |
download | gcc-b8f02fb27622ffe5deba97f8f5342a8c3dd71565.tar.gz |
* Makefile.in (make-temp-file.o): Depend on config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 2b95074b5e7..9b5951f1fcf 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -274,6 +274,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h hex.o: $(INCDIR)/libiberty.h floatformat.o: $(INCDIR)/floatformat.h lbasename.o: $(INCDIR)/libiberty.h +make-temp-file.o: config.h mkstemps.o: config.h md5.o: config.h objalloc.o: config.h $(INCDIR)/objalloc.h |