Codebase list bsdowl / 7d99808
Change file name in comments and guards Michael Grünewald 9 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 ### script.shell.mk -- Development of shell scripts
0 ### script.main.mk -- Development of shell scripts
11
22 # Author: Michael Grünewald
33 # Date: Fri Feb 10 10:40:49 GMT 2006
2727 #
2828 # REPLACE= PREFIX TMPDIR
2929 #
30 # .include "script.shell.mk"
30 # .include "script.main.mk"
3131
3232
3333 ### DESCRIPTION
9393 .error shell.main.mk cannot be included directly.
9494 .endif
9595
96 .if !target(__<script.shell.mk>__)
97 __<script.shell.mk>__:
96 .if !target(__<script.main.mk>__)
97 __<script.main.mk>__:
9898
9999 .include "bps.init.mk"
100100
188188 .include "bps.clean.mk"
189189 .include "bps.usertarget.mk"
190190
191 .endif #!target(__<script.shell.mk>__)
191 .endif #!target(__<script.main.mk>__)
192192
193 ### End of file `script.shell.mk'
193 ### End of file `script.main.mk'