Mercurial > audlegacy
comparison mk/objective.mk @ 3363:0b9ff4c95e81 trunk
mk distclean target: some changes
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Sat, 18 Aug 2007 14:17:39 -0500 |
parents | 17d71f6073d6 |
children | 05b732174e5f |
comparison
equal
deleted
inserted
replaced
3359:678ea77b6b1f | 3363:0b9ff4c95e81 |
---|---|
124 done; \ | 124 done; \ |
125 fi | 125 fi |
126 @if [ -f Makefile.in ]; then \ | 126 @if [ -f Makefile.in ]; then \ |
127 rm -f Makefile; \ | 127 rm -f Makefile; \ |
128 fi | 128 fi |
129 @if [ -f mk/rules.mk ]; then \ | 129 @if [ -f mk/rules.mk.in ]; then \ |
130 rm -f mk/rules.mk; \ | 130 rm -f mk/rules.mk; \ |
131 fi | 131 fi |
132 rm -f config.log config.status | |
132 | 133 |
133 build: depend | 134 build: depend |
134 $(MAKE) build-prehook | 135 $(MAKE) build-prehook |
135 @if [ "x$(OVERLAYS)" != "x" ]; then \ | 136 @if [ "x$(OVERLAYS)" != "x" ]; then \ |
136 for i in `find $(OVERLAYS) -type d -maxdepth 1 -mindepth 1`; do \ | 137 for i in `find $(OVERLAYS) -type d -maxdepth 1 -mindepth 1`; do \ |