mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 07:40:28 +08:00
Makefile.in (xmalloc.o): Add dependency for config.h, fixes make -j3.
* Makefile.in (xmalloc.o): Add dependency for config.h, fixes make -j3. From-SVN: r34117
This commit is contained in:
parent
a84b5d6436
commit
f8e2da56c1
@ -1,3 +1,8 @@
|
||||
2000-05-23 Mike Stump <mrs@wrs.com>
|
||||
|
||||
* Makefile.in (xmalloc.o): Add dependency for config.h, fixes make
|
||||
-j3.
|
||||
|
||||
2000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||
|
||||
* xmalloc.c: Include config.h for HAVE_SBRK definition.
|
||||
|
@ -284,7 +284,7 @@ strerror.o: config.h $(INCDIR)/libiberty.h
|
||||
strsignal.o: config.h $(INCDIR)/libiberty.h
|
||||
xatexit.o: $(INCDIR)/libiberty.h
|
||||
xexit.o: $(INCDIR)/libiberty.h
|
||||
xmalloc.o: $(INCDIR)/libiberty.h
|
||||
xmalloc.o: config.h $(INCDIR)/libiberty.h
|
||||
xmemdup.o: config.h $(INCDIR)/libiberty.h
|
||||
xstrdup.o: config.h $(INCDIR)/libiberty.h
|
||||
xstrerror.o: config.h $(INCDIR)/libiberty.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user