mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Fix last commit.
This commit is contained in:
parent
14a1c32735
commit
948e3dda8f
12
mk/hdr.mk
12
mk/hdr.mk
@ -37,12 +37,6 @@ CTAGS=ctags
|
||||
|
||||
PACKAGES = 2>/dev/null
|
||||
|
||||
# I hate this.
|
||||
MKCFGSH=if test -f $(ROOT)/config.local.mk; then echo $(ROOT)/config.local.mk; else echo /dev/null; fi
|
||||
MKCFG:=$(shell $(MKCFGSH))
|
||||
MKCFG!=$(MKCFGSH)
|
||||
include $(MKCFG)
|
||||
|
||||
# and this:
|
||||
# Try to find a sane shell. /bin/sh is a last resort, because it's
|
||||
# usually bash on Linux, which means it's painfully slow.
|
||||
@ -54,6 +48,12 @@ BINSH != echo /bin/sh
|
||||
|
||||
include $(ROOT)/config.mk
|
||||
|
||||
# I hate this.
|
||||
MKCFGSH=if test -f $(ROOT)/config.local.mk; then echo $(ROOT)/config.local.mk; else echo /dev/null; fi
|
||||
MKCFG:=$(shell $(MKCFGSH))
|
||||
MKCFG!=$(MKCFGSH)
|
||||
include $(MKCFG)
|
||||
|
||||
.SILENT:
|
||||
.SUFFIXES: .out .o .o_pic .c .pdf .sh .rc .$(SOEXT) .awk .1 .man1 .depend .install .uninstall .clean
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user