From 1ed7f0089c2a9d4425e38520dbe80189f454b01c Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Thu, 9 Jun 2022 14:33:53 +1000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 481adcc..0679e2f 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ install: $(TARGETS) install-shared: if test `uname` = Darwin; then \ $(MAKE) DSONAME="libpdfio.1.dylib" -$(MAKEFLAGS) install; \ - else + else \ $(MAKE) DSONAME="libpdfio.so.1" -$(MAKEFLAGS) install; \ fi