diff options
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/Makefile.pc98 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index 8331283..2af7819 100644 --- a/sys/pc98/conf/Makefile.pc98 +++ b/sys/pc98/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.50 1999/01/09 21:51:00 jdp Exp $ +# $Id: Makefile.pc98,v 1.51 1999/01/18 11:00:29 kato Exp $ # # Makefile for FreeBSD # @@ -164,7 +164,8 @@ setdef1.o: setdef1.c setdefs.h ${NORMAL_C} setdef0.c setdef1.c setdefs.h: ${OBJS} - gensetdefs ${OBJS} + @echo generating linker set emulation glue for ELF + @gensetdefs ${OBJS} # this rule stops ./assym.s in .depend from causing problems ./assym.s: assym.s |