diff options
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 921e1b001a..b4c305894c 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -62,6 +62,8 @@ OPTIMIZE = $optimize .SUFFIXES: .c \$(OBJ_EXT) +RUN = $run + !GROK!THIS! cat >>Makefile <<'!NO!SUBS!' @@ -169,7 +171,7 @@ shlist: # These should be automatically generated $(plextract): - ../miniperl -I../lib $@.PL + $(RUN) ../miniperl -I../lib $@.PL find2perl: find2perl.PL |