Ignore:
Timestamp:
24/01/2010 14:24:24 (2 years ago)
Author:
chris
Message:

Run Perl scripts quietly during make.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/Makefile.extra

    r536 r2598  
    44# AUTOGEN SEEDING 
    55autogen_CommonException.h autogen_CommonException.cpp:  $(MAKEEXCEPTION) CommonException.txt 
    6         $(PERL) $(MAKEEXCEPTION) CommonException.txt 
     6        $(_PERL) $(MAKEEXCEPTION) CommonException.txt 
    77 
    88# AUTOGEN SEEDING 
    99autogen_ConversionException.h autogen_ConversionException.cpp:  $(MAKEEXCEPTION) ConversionException.txt 
    10         $(PERL) $(MAKEEXCEPTION) ConversionException.txt 
     10        $(_PERL) $(MAKEEXCEPTION) ConversionException.txt 
    1111 
Note: See TracChangeset for help on using the changeset viewer.