From: ellson Date: Thu, 2 Jul 2009 18:31:34 +0000 (+0000) Subject: jpeg-7 fixes X-Git-Tag: LAST_LIBGRAPH~32^2~1851 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69f544fc3db60124487de083bdd89e8b207de3a6;p=graphviz jpeg-7 fixes --- 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