mirror of
https://github.com/0intro/wmii
synced 2024-11-21 21:31:33 +03:00
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: 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 $<
|
||||
|
Loading…
Reference in New Issue
Block a user