MPE/iX tweaks from Mark Bixby.
[p5sagit/p5-mst-13.2.git] / Makefile.SH
index 9ba5313..23b0e46 100644 (file)
@@ -48,7 +48,6 @@ true)
                             -compatibility_version 1 \
                             -current_version \
                                ${api_version}.${api_subversion} \
-                            -image_base 0x4be00000 \
                             -install_name \$(shrpdir)/\$@"
                ;;
        cygwin*)
@@ -676,7 +675,10 @@ install.html: all installhtml
 # to run with precisely the same version of byacc as I use.  You
 # normally shouldn't remake perly.[ch].
 
-run_byacc:     FORCE
+check_byacc:
+       @$(BYACC) -V 2>&1 | grep 'version 1\.8\.2'
+
+run_byacc:     FORCE check_byacc
        $(BYACC) -d perly.y
        -chmod 664 perly.c perly.h
        sh $(shellflags) ./perly.fixer y.tab.c perly.c