From 69f544fc3db60124487de083bdd89e8b207de3a6 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 2 Jul 2009 18:31:34 +0000 Subject: [PATCH] jpeg-7 fixes --- macosx/prebuild/Makefile.leopard | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/prebuild/Makefile.leopard b/macosx/prebuild/Makefile.leopard index 6bfcb24f1..5db4b8d43 100644 --- a/macosx/prebuild/Makefile.leopard +++ b/macosx/prebuild/Makefile.leopard @@ -147,7 +147,7 @@ $(PREFIX)/lib/$(JPEG): $(JPEG_DIR)/$(JPEG) @echo @echo INSTALLING JPEG... @echo - $(MAKE) -C $(JPEG_DIR) install install-lib install-headers + $(MAKE) -C $(JPEG_DIR) install $(JPEG_DIR)/$(JPEG): $(JPEG_DIR)/Makefile @echo @@ -167,7 +167,7 @@ $(JPEG_DIR)/configure: | $(JPEG_DIR).tar.gz @echo UNTARRING JPEG... @echo $(TAR) xzf $| - ln -s jpeg-6b $(JPEG_DIR) + ln -s jpeg-7 $(JPEG_DIR) $(JPEG_DIR).tar.gz: @echo -- 2.40.0