Changeset 21695 for Makefile.PL

Show
Ignore:
Timestamp:
08/01/08 15:13:36 (4 months ago)
Author:
yiyihu
Message:

Fixed

Global symbol "$pugs" requires explicit package name at Makefile.PL line 141.

in Makefile.PL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21693 r21695  
    160160        \$(PERL) -Iutil -MPugsConfig -e "PugsConfig->write_config_module" > src/Pugs/Config.hs 
    161161 
    162 smoke : $pugs util/run-smoke.pl 
     162smoke : pugs$Config{_exe} util/run-smoke.pl 
    163163        \$(PERL) util/run-smoke.pl . smoke.html 
    164164