This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A Makefile.in patch


alias.c includes expr.h.


-- 
H.J. Lu (hjl@gnu.org)
---
Tue Jun 30 21:12:21 1998  H.J. Lu  (hjl@gnu.org)

	* Makefile.in (alias.o): Add $(EXPR_H) to dependency.

Index: Makefile.in
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/Makefile.in,v
retrieving revision 1.1.1.62
diff -u -r1.1.1.62 Makefile.in
--- Makefile.in	1998/07/01 02:32:20	1.1.1.62
+++ Makefile.in	1998/07/01 04:11:51
@@ -1470,7 +1472,7 @@
    $(BASIC_BLOCK_H) regs.h insn-config.h insn-attr.h \
    insn-flags.h $(RECOG_H) flags.h output.h $(EXPR_H)
 alias.o : alias.c $(CONFIG_H) system.h $(RTL_H) flags.h hard-reg-set.h regs.h \
-   toplev.h
+   toplev.h $(EXPR_H)
 regmove.o : regmove.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
    $(RECOG_H) output.h reload.h regs.h hard-reg-set.h flags.h \
    $(EXPR_H) insn-flags.h $(BASIC_BLOCK_H) toplev.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]