From 82ab955b04fca3e5bf228d9a41e3086713750927 Mon Sep 17 00:00:00 2001 From: George Sokianos Date: Sun, 12 Nov 2023 17:54:31 +0000 Subject: [PATCH] Fix lha archive --- Makefile.os4 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile.os4 b/Makefile.os4 index c99d2dc..9d21e30 100644 --- a/Makefile.os4 +++ b/Makefile.os4 @@ -1,10 +1,3 @@ - -# USE_CLIB2=YES -# ifeq ($(USE_CLIB2), YES) -# LIBC=clib2 -# else -# LIBC=newlib -# endif # Set the lic to be used with the LIBC argument # possible values newlib, clib2, clib4 # make -f Makefile.os4 LIBC=clib4 @@ -43,4 +36,4 @@ release: make -f Makefile.os4 LIBC=clib4 cp ./.libs/libhyphen.a ./.libs/libhyphen.la release/local/clib4/lib/ # create the release archive - lha -aeq libhyphen.lha release/ + lha aq libhyphen.lha release/