make auto_config is implied when running make all.

This commit is contained in:
solomon 2004-02-06 00:49:10 +00:00
parent 851b8cc215
commit 9c59e5ba5c
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ help:
@echo -e "\tmake tags\t\t- generate tag files for source code"
@echo " "
all:
all: config.mk
set -e; for d in $(DIRS); do $(MAKE) -C $$d ; done
mrproper: clean
@ -78,7 +78,7 @@ install:
find . -name .depend -exec rm {} \;
set -e; for d in $(DIRS); do $(MAKE) -C $$d install ; done
auto_config:
auto_config config.mk:
@touch config.mk config.new
@rm -f config.mk config.new
@./Configure -d