]> granicus.if.org Git - graphviz/commitdiff
jpeg-7 fixes
authorellson <devnull@localhost>
Thu, 2 Jul 2009 18:31:34 +0000 (18:31 +0000)
committerellson <devnull@localhost>
Thu, 2 Jul 2009 18:31:34 +0000 (18:31 +0000)
macosx/prebuild/Makefile.leopard

index 6bfcb24f17dd1adaabebbe3860a00606a2d89e6a..5db4b8d4351f7401f08b817880a9fbc9255b576d 100644 (file)
@@ -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