From 72c52388bd88dd1a50c57ba9661a95d88fc13aa8 Mon Sep 17 00:00:00 2001 From: Jonathan Zak Date: Wed, 24 Jul 2024 14:26:30 -0400 Subject: [PATCH] remove manzan tmplib --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 954b903..7f3490e 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ BUILDLIB:=MANZAN -MANZAN_TEMPLIB:=MANZANBLD BUILDVERSION:="Development build \(built with Make\)" .PHONY: ile camel test @@ -38,7 +37,6 @@ appinstall.jar: /QOpenSys/pkgs/bin/wget manzan-installer-v%.jar: /QOpenSys/pkgs/bin/zip appinstall.jar echo "Building version $*" - system "clrlib ${MANZAN_TEMPLIB}" || system "crtlib ${MANZAN_TEMPLIB}" system "dltlib ${BUILDLIB}" || echo "could not delete" system "crtlib ${BUILDLIB}" system "dltlib ${BUILDLIB}"