|
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
|
| Line | |
|---|
| 1 | #-- start of cleanup_header --------------
|
|---|
| 2 |
|
|---|
| 3 | clean :: ${CONSTITUENT}clean ;
|
|---|
| 4 | # @cd .
|
|---|
| 5 |
|
|---|
| 6 | ifndef PEDANTIC
|
|---|
| 7 | .DEFAULT::
|
|---|
| 8 | $(echo) "(${CONSTITUENT}.make) $@: No rule for such target" >&2
|
|---|
| 9 | else
|
|---|
| 10 | .DEFAULT::
|
|---|
| 11 | $(error PEDANTIC: $@: No rule for such target)
|
|---|
| 12 | endif
|
|---|
| 13 |
|
|---|
| 14 | ${CONSTITUENT}clean ::
|
|---|
| 15 | #-- end of cleanup_header ---------------
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.