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