Index: elks/arch/i86/Makefile =================================================================== RCS file: /cvsroot/elks/elks/arch/i86/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- elks/arch/i86/Makefile 13 Jul 2002 17:19:55 -0000 1.29 +++ elks/arch/i86/Makefile 19 Mar 2004 17:20:15 -0000 @@ -105,9 +105,10 @@ boot/system: $(AARCHIVES) $(ADRIVERS) boot/crt1.o boot/crt0.o (cd $(BASEDIR) ; $(LD) $(LDFLAGS) $(ARCH_LD) \ + -t -M -o $(ARCH_DIR)/boot/system \ $(ARCH_DIR)/boot/crt0.o $(ARCH_DIR)/boot/crt1.o \ init/main.o $(ARCHIVES) $(DRIVERS) \ - -t -M -o $(ARCH_DIR)/boot/system > System.tmp ; \ + > System.tmp ; \ sort -k4 System.tmp > System.map ; rm -f System.tmp ) #PC image build