<makefile>
- <requires version="0.1.4"/>
+ <requires version="0.1.5"/>
<!-- bakefile modules we need: -->
<using module="datafiles"/>
<if cond="FORMAT=='autoconf'">
<wx-mac-app-bundle/>
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
- <__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
+ <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
</if>
</template>
<template id="wx_sample_console" template="wx_util_console">
<if cond="FORMAT=='autoconf'">
<ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
- <__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
+ <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
</if>
</template>