From 6d930355418407e453d17bb15b343f55ee3f1988 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Tue, 26 Nov 2024 00:41:26 +0000 Subject: [PATCH] Re-create a.out executables --- Makefile.p32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1