Fix last commit.

This commit is contained in:
Kris Maglione 2010-05-21 11:12:41 -04:00
parent 14a1c32735
commit 948e3dda8f

View File

@ -37,12 +37,6 @@ CTAGS=ctags
PACKAGES = 2>/dev/null 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: # and this:
# Try to find a sane shell. /bin/sh is a last resort, because it's # 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. # usually bash on Linux, which means it's painfully slow.
@ -54,6 +48,12 @@ BINSH != echo /bin/sh
include $(ROOT)/config.mk 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: .SILENT:
.SUFFIXES: .out .o .o_pic .c .pdf .sh .rc .$(SOEXT) .awk .1 .man1 .depend .install .uninstall .clean .SUFFIXES: .out .o .o_pic .c .pdf .sh .rc .$(SOEXT) .awk .1 .man1 .depend .install .uninstall .clean
all: all: