From b116bcbc243fbd12a4cb0e2a6064d90b061af503 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 19 Jul 1989 08:56:46 +0000 Subject: [PATCH] LIBSUF must be 'a', not 'ma' --- util/data/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/data/Makefile b/util/data/Makefile index 48a198bb..12a7dfb1 100644 --- a/util/data/Makefile +++ b/util/data/Makefile @@ -4,7 +4,7 @@ h=$d/h l=$d/lib AR=ar SUF=o -LIBSUF=ma +LIBSUF=a OBJ=em_mnem.$(SUF) em_pseu.$(SUF) em_flag.$(SUF) em_ptyp.$(SUF)