From 4a4ce3ccc686d4f389fbe9c87c53326aaf3d4c7e Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 10 Jul 2008 14:34:12 +0000 Subject: Improved dependency tracking. There's currently an issue that means that testcases don't get rebuilt when the debug library changes -- the workaround is to make clean. I've currently no idea how to fix this -- see the FIXME in test/Makefile for details. svn path=/trunk/hubbub/; revision=4571 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 74c2b19..24ea7dc 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ INSTALL := install SED := sed LCOV := lcov GENHTML := genhtml +TOUCH := touch # Toolchain flags WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \ @@ -33,6 +34,7 @@ MVFLAGS := ECHOFLAGS := MAKEFLAGS := PKGCONFIGFLAGS := +TOUCHFLAGS := EXEEXT := -- cgit v1.2.3