From: Robert Pengelly Date: Tue, 26 Nov 2024 00:41:26 +0000 (+0000) Subject: Re-create a.out executables X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=6d930355418407e453d17bb15b343f55ee3f1988;p=slink.git Re-create a.out executables --- diff --git a/Makefile.p32 b/Makefile.p32 index e8360e6..afcbc23 100644 --- a/Makefile.p32 +++ b/Makefile.p32 @@ -6,7 +6,7 @@ CC=gcc386 LD=ld386 COPTS=-S -O2 -fno-common -ansi -I. -I./include -I../pdos/pdpclib -I../pdos/src -D__PDOS386__ -D__32BIT__ -D__NOBIVA__ -D__PDOS__ -Wall -Werror -ansi -m32 -pedantic -COBJ=aout.0 elks.0 hashtab.o ld.o lib.o link.o map.o pe.o report.o section.o symbol.o vector.o write7x.o +COBJ=aout.o elks.o hashtab.o ld.o lib.o link.o map.o pe.o report.o section.o symbol.o vector.o write7x.o all: clean slink.exe