comparison mk/objective.mk @ 1209:e67fad649f58 trunk

[svn] - make it prettier
author nenolod
date Wed, 14 Jun 2006 00:16:06 -0700
parents c60ec089cd65
children a4782cc65887
comparison
equal deleted inserted replaced
1208:8014500e2c37 1209:e67fad649f58
230 install-prehook: 230 install-prehook:
231 install-posthook: 231 install-posthook:
232 232
233 # compatibility with automake follows 233 # compatibility with automake follows
234 am--refresh: 234 am--refresh:
235
236 mk/rules.mk:
237 @if [ -f "configure" ]; then \
238 echo "[building rules.mk for posix target, run configure manually if you do not want this]"; \
239 sh configure; \
240 echo "[complete]"; \
241 fi
242