OSDN Git Service

(halfpic.o): New rule; copied from t-osfrose.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Dec 1993 12:48:37 +0000 (12:48 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Dec 1993 12:48:37 +0000 (12:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6216 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 759f981..65b180a 100644 (file)
@@ -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.