Last change
on this file was 562, checked in by rybkin, 15 years ago |
See C.L. 445
|
-
Property svn:eol-style
set to
native
|
File size:
312 bytes
|
Rev | Line | |
---|
[2] | 1 | #-- start of cleanup_header --------------
|
---|
| 2 |
|
---|
[487] | 3 | clean :: ${CONSTITUENT}clean ;
|
---|
| 4 | # @cd .
|
---|
[2] | 5 |
|
---|
[183] | 6 | ifndef PEDANTIC
|
---|
[108] | 7 | .DEFAULT::
|
---|
[459] | 8 | $(echo) "(${CONSTITUENT}.make) $@: No rule for such target" >&2
|
---|
[349] | 9 | else
|
---|
| 10 | .DEFAULT::
|
---|
[562] | 11 | $(error PEDANTIC: $@: No rule for such target)
|
---|
[183] | 12 | endif
|
---|
[108] | 13 |
|
---|
[2] | 14 | ${CONSTITUENT}clean ::
|
---|
| 15 | #-- end of cleanup_header ---------------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.