aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-12-12 07:48:37 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-12-12 07:48:37 -0500
commit579d0ecff52de4a924cb99db205f02b2b7ef5b9b (patch)
tree096df25f71e87a72b78ca4af12f25feacf1eb332
parent83eb3b0ddbe31ccceb5f4166f8f4c8d6780a41c2 (diff)
downloadgcc-579d0ecff52de4a924cb99db205f02b2b7ef5b9b.zip
gcc-579d0ecff52de4a924cb99db205f02b2b7ef5b9b.tar.gz
gcc-579d0ecff52de4a924cb99db205f02b2b7ef5b9b.tar.bz2
(halfpic.o): New rule; copied from t-osfrose.
From-SVN: r6216
-rw-r--r--gcc/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 759f981..65b180a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1034,6 +1034,9 @@ mips-tdump: mips-tdump.o version.o $(LIBDEPS)
mips-tdump.o : mips-tdump.c $(CONFIG_H) $(RTL_H)
+# Build file to support OSF/rose half-pic format.
+halfpic.o: halfpic.c $(CONFIG_H) $(RTL_H) $(TREE_H)
+
# Normally this target is not used; but it is used if you
# define ALLOCA=alloca.o. In that case, you must get a suitable alloca.c
# from the GNU Emacs distribution.