From: Blue Swirl Date: Sat, 19 Dec 2009 15:42:34 +0000 (+0000) Subject: user: fix compilation without -fpie X-Git-Tag: v0.13.0-rc0~1866 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58faa1a6;p=thirdparty%2Fqemu.git user: fix compilation without -fpie Fixes breakage by 299060a06e7c73de5cb9962edbca7f7f9e0b7f25. Signed-off-by: Blue Swirl --- diff --git a/Makefile.user b/Makefile.user index 9e4f040e7cb..7daedeff6d8 100644 --- a/Makefile.user +++ b/Makefile.user @@ -2,7 +2,7 @@ include ../config-host.mak include $(SRC_PATH)/rules.mak -include config.mak +-include config.mak .PHONY: all