From b7373b6de5b41a4b420741da9ebf0570e36c11c7 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 24 May 2014 00:38:25 +0200 Subject: Improved CFLAGS/CPPFLAGS handling - Language extensions, such as _GNU_SOURCE are now enabled through CPPFLAGS by the configure script, rather than within the source code. - Moved some configure-time CFLAGS to CPPFLAGS, where appropriate. - Fixes bugreport:8211, thanks to Neoth http://hercules.ws/board/tracker/issue-8211-compiling-warning-in-linux Signed-off-by: Haru --- tools/HPMHookGen/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/HPMHookGen') diff --git a/tools/HPMHookGen/Makefile.in b/tools/HPMHookGen/Makefile.in index ce07b37d4..fefe0eef4 100644 --- a/tools/HPMHookGen/Makefile.in +++ b/tools/HPMHookGen/Makefile.in @@ -1,6 +1,8 @@ # Copyright (c) Hercules Dev Team, licensed under GNU GPL. # See the LICENSE file +# @configure_input@ + @SET_MAKE@ COMMON_D = ../../src/common -- cgit v1.2.3-70-g09d2