diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 21:37:38 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 21:37:38 +0000 |
commit | c826e751760901de543f4640467e3a08df7f49bf (patch) | |
tree | 6a2323a78664ba45b78df1709ff3cc077db63ccd /gnu/usr.bin/gcc/config/m68k/t-next | |
parent | a4511fe6a5dc69a771b5ffdf64ba574c959cf37d (diff) |
GCC 2.8.0 merge
Diffstat (limited to 'gnu/usr.bin/gcc/config/m68k/t-next')
-rw-r--r-- | gnu/usr.bin/gcc/config/m68k/t-next | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/config/m68k/t-next b/gnu/usr.bin/gcc/config/m68k/t-next index 439688b541b..787ee79968e 100644 --- a/gnu/usr.bin/gcc/config/m68k/t-next +++ b/gnu/usr.bin/gcc/config/m68k/t-next @@ -2,3 +2,5 @@ LIBGCC1= CROSS_LIBGCC1= +nextstep.o: $(srcdir)/config/nextstep.c $(CONFIG_H) flags.h tree.h + $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< |