Prevent .depends rules from interfering with default make target.

This commit is contained in:
Kris Maglione 2014-06-04 00:17:57 -07:00
parent 7e10227936
commit 4606648a38
1 changed files with 2 additions and 1 deletions

View File

@ -48,13 +48,14 @@ BINSH!= $(SHELLSEARCH)
SHELL := $(BINSH)
.SHELL: name=sh path=$(SHELL)
all:
include $(ROOT)/config.mk
sinclude $(ROOT)/config.local.mk
sinclude $(shell echo .)depend
.SILENT:
.SUFFIXES: .$(SOEXT) .1 .3 .awk .build .c .clean .depend .install .man1 .man3 .o .o_pic .out .pdf .py .rc .sh .uninstall
all:
.c.depend:
echo MKDEP $<