source: CMT/v1r19/mgr/fragments/buildproto @ 2

Last change on this file since 2 was 2, checked in by arnault, 19 years ago

Convert to UNIX eol

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.