mirror of https://github.com/0intro/wmii
Prevent .depends rules from interfering with default make target.
This commit is contained in:
parent
7e10227936
commit
4606648a38
|
@ -48,13 +48,14 @@ BINSH!= $(SHELLSEARCH)
|
||||||
SHELL := $(BINSH)
|
SHELL := $(BINSH)
|
||||||
.SHELL: name=sh path=$(SHELL)
|
.SHELL: name=sh path=$(SHELL)
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
include $(ROOT)/config.mk
|
include $(ROOT)/config.mk
|
||||||
sinclude $(ROOT)/config.local.mk
|
sinclude $(ROOT)/config.local.mk
|
||||||
sinclude $(shell echo .)depend
|
sinclude $(shell echo .)depend
|
||||||
|
|
||||||
.SILENT:
|
.SILENT:
|
||||||
.SUFFIXES: .$(SOEXT) .1 .3 .awk .build .c .clean .depend .install .man1 .man3 .o .o_pic .out .pdf .py .rc .sh .uninstall
|
.SUFFIXES: .$(SOEXT) .1 .3 .awk .build .c .clean .depend .install .man1 .man3 .o .o_pic .out .pdf .py .rc .sh .uninstall
|
||||||
all:
|
|
||||||
|
|
||||||
.c.depend:
|
.c.depend:
|
||||||
echo MKDEP $<
|
echo MKDEP $<
|
||||||
|
|
Loading…
Reference in New Issue