mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 19:01:17 +08:00
makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
* makedepend.c: Include mkdeps.h for prototype of deps_add_vpath. * Makefile.in (makedepend.o): Add dependency on mkdeps.h. From-SVN: r88870
This commit is contained in:
parent
0ad28ddea6
commit
7731405b8d
@ -1,3 +1,8 @@
|
||||
2004-10-10 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* makedepend.c: Include mkdeps.h for prototype of deps_add_vpath.
|
||||
* Makefile.in (makedepend.o): Add dependency on mkdeps.h.
|
||||
|
||||
2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
* pch.c (cpp_write_pch_state): Remove variable z as it is not
|
||||
|
@ -246,7 +246,7 @@ init.o: $(srcdir)/init.c $(COMMON_DEPS) $(libcpp_incdir)/mkdeps.h localedir.h
|
||||
lex.o: $(srcdir)/lex.c $(COMMON_DEPS)
|
||||
line-map.o: $(srcdir)/line-map.c $(COMMON_DEPS)
|
||||
macro.o: $(srcdir)/macro.c $(COMMON_DEPS)
|
||||
makedepend.o: $(srcdir)/makedepend.c $(COMMON_DEPS)
|
||||
makedepend.o: $(srcdir)/makedepend.c $(COMMON_DEPS) $(libcpp_incdir)/mkdeps.h
|
||||
mkdeps.o: $(srcdir)/mkdeps.c $(COMMON_DEPS)
|
||||
|
||||
pch.o: $(srcdir)/pch.c $(COMMON_DEPS) \
|
||||
|
@ -25,6 +25,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#include "line-map.h"
|
||||
#include "cpplib.h"
|
||||
#include "getopt.h"
|
||||
#include "mkdeps.h"
|
||||
|
||||
const char *progname;
|
||||
const char *vpath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user