source: CMT/HEAD/mgr/fragments/buildproto @ 599

Last change on this file since 599 was 487, checked in by rybkin, 15 years ago

See C.L. 382

  • Property svn:eol-style set to native
File size: 217 bytes
Line 
1#-- start of buildproto
2
3$(inc)${NAME}.pp : ${FILEPATH}${FILENAME}
4        $(echo) "Now rebuilding $@"
5        cd $(inc); $(build_prototype) ${FILEPATH}${FILENAME} >/dev/null
6        cat /dev/null >$(inc)${NAME}.pp
7
8#-- end of buildproto
Note: See TracBrowser for help on using the repository browser.