From 6b753378bcdff80170cbc43e99f37c3a99bd18e8 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 3 Feb 1987 09:52:40 +0000 Subject: [PATCH] int --> int24 --- mach/em24/libpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/em24/libpc/Makefile b/mach/em24/libpc/Makefile index 9258cacd7..fa0095b0b 100644 --- a/mach/em24/libpc/Makefile +++ b/mach/em24/libpc/Makefile @@ -1,6 +1,6 @@ SUF=m MAKEFILE=../../proto/libg/Makefile -MACHDEF="MACH=int" "SUF=$(SUF)" +MACHDEF="MACH=int24" "SUF=$(SUF)" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" install: -- 2.34.1