[hackers] [wmii] Fix last commit. || Kris Maglione

From: <hg_AT_suckless.org>
Date: Sat, 22 May 2010 02:52:29 +0000 (UTC)

changeset: 2614:e670d953948f
tag: 3.9
user: Kris Maglione <kris_AT_suckless.org>
date: Fri May 21 11:12:41 2010 -0400
files: mk/hdr.mk
description:
Fix last commit.

diff -r d292fed85edc -r e670d953948f mk/hdr.mk
--- a/mk/hdr.mk Thu May 20 09:30:16 2010 -0400
+++ b/mk/hdr.mk Fri May 21 11:12:41 2010 -0400
@@ -37,12 +37,6 @@
 
 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 @@
 
 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:
Received on Sat May 22 2010 - 02:52:29 UTC

This archive was generated by hypermail 2.2.0 : Sat May 22 2010 - 03:00:10 UTC