]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (SPLAY_TREE_H): New macro.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 21 Jun 2000 18:41:38 +0000 (18:41 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 21 Jun 2000 18:41:38 +0000 (18:41 +0000)
* Makefile.in (SPLAY_TREE_H): New macro.
(cppfiles.o, cppinit.o): Update dependencies.

From-SVN: r34637

gcc/ChangeLog
gcc/Makefile.in

index c52995a2296ef6703c55e97633a6b0b90347746f..30afc10a814a49fc23bcebbc60426b5409b54480 100644 (file)
@@ -35,6 +35,9 @@
        cpp_buffer->system_header_p.
        (cpp_pop_buffer): Close file here, only if DO_NOT_REREAD.
 
+       * Makefile.in (SPLAY_TREE_H): New macro.
+       (cppfiles.o, cppinit.o): Update dependencies.
+
 Wed Jun 21 11:05:48 2000  Martin Buchholz <martin@xemacs.org>
 
        * invoke.texi (g++): "g++" is not a script anymore.
index 3af0adee0ff0250611037a5bbdbb65d6e99d8101..5818d6ba5aca81f29b48aa7c9e34d482bded38fb 100644 (file)
@@ -222,6 +222,7 @@ SYSTEM_HEADER_DIR = /usr/include
 # Where to find some libiberty headers.
 HASHTAB_H   = $(srcdir)/../include/hashtab.h
 OBSTACK_H   = $(srcdir)/../include/obstack.h
+SPLAY_TREE_H= $(srcdir)/../include/splay-tree.h
 
 # Default cross SYSTEM_HEADER_DIR, to be overridden by targets.
 CROSS_SYSTEM_HEADER_DIR = $(tooldir)/sys-include
@@ -1798,10 +1799,10 @@ cppexp.o:   cppexp.c   $(CONFIG_H) $(LIBCPP_DEPS)
 cpplex.o:   cpplex.c   $(CONFIG_H) $(LIBCPP_DEPS)
 cpplib.o:   cpplib.c   $(CONFIG_H) $(LIBCPP_DEPS)
 cpphash.o:  cpphash.c  $(CONFIG_H) $(LIBCPP_DEPS) $(HASHTAB_H)
-cppfiles.o: cppfiles.c $(CONFIG_H) $(LIBCPP_DEPS) $(HASHTAB_H) mkdeps.h
+cppfiles.o: cppfiles.c $(CONFIG_H) $(LIBCPP_DEPS) $(SPLAY_TREE_H) mkdeps.h
 
-cppinit.o:  cppinit.c  $(CONFIG_H) $(LIBCPP_DEPS) $(HASHTAB_H) mkdeps.h \
-               prefix.h output.h Makefile version.h
+cppinit.o: cppinit.c $(CONFIG_H) $(LIBCPP_DEPS) $(HASHTAB_H) $(SPLAY_TREE_H) \
+               mkdeps.h prefix.h output.h Makefile version.h
        $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
          $(PREPROCESSOR_DEFINES) \
          -c `echo $(srcdir)/cppinit.c | sed 's,^\./,,'`
This page took 0.074906 seconds and 5 git commands to generate.