From 66eaaa860e299038199e0ff7e8282605a0ee4c20 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 17 May 1996 16:13:20 +0000 Subject: (toplev.o): Pass -DTARGET_NAME. From-SVN: r11991 --- gcc/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc') diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ece08a6..803daa3 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1189,6 +1189,7 @@ toplev.o : toplev.c $(CONFIG_H) $(TREE_H) $(RTL_H) bytecode.h bc-emit.h \ $(lang_options_files) $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(MAYBE_TARGET_DEFAULT) $(MAYBE_USE_COLLECT2) \ + -DTARGET_NAME=\"$(target)\" \ -c `echo $(srcdir)/toplev.c | sed 's,^\./,,'` rtl.o : rtl.c $(CONFIG_H) $(RTL_H) -- cgit v1.1