commit | deed3ccfca6bbebeab4f1c6874cb9c2902956328 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Oct 07 02:40:57 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Oct 08 21:17:02 2009 -0500 |
tree | a059e4ee2c23dc90616819daa7e502065afd1fce | |
parent | be9f2ded53e2e8f8471e48c523f0ed749f5c66c6 [diff] [blame] |
Don't include config-host.mak from inside config.mak Include it directly in Makefile.target Patchworks-ID: 35189 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/Makefile.target b/Makefile.target index 1f4518c..9793b03 100644 --- a/Makefile.target +++ b/Makefile.target
@@ -1,5 +1,6 @@ # -*- Mode: makefile -*- +include ../config-host.mak include config.mak include $(SRC_PATH)/rules.mak