From: Alan T. DeKok Date: Sun, 17 Mar 2013 15:23:52 +0000 (-0400) Subject: Objects depend on the Makefile X-Git-Tag: release_3_0_0_beta1~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8da9f2991e56473019497c6a88a1705afdb82fd;p=thirdparty%2Ffreeradius-server.git Objects depend on the Makefile So that if the Makefile changes (c flags, libraries, etc.) we re-build the target. This is a hack to work around the fact that we can't detect when the CFLAGS, etc. change --- diff --git a/scripts/boiler.mk b/scripts/boiler.mk index 98095b787c0..58d129a3227 100644 --- a/scripts/boiler.mk +++ b/scripts/boiler.mk @@ -381,6 +381,7 @@ define INCLUDE_SUBMAKEFILE $${OBJS}: SRC_CXXFLAGS := $${SRC_CXXFLAGS} $${OBJS}: SRC_DEFS := $$(addprefix -D,$${SRC_DEFS}) $${OBJS}: SRC_INCDIRS := $$(addprefix -I,$${SRC_INCDIRS}) + $${OBJS}: ${1} endif endif