summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-07-10 14:34:12 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-07-10 14:34:12 +0000
commit4a4ce3ccc686d4f389fbe9c87c53326aaf3d4c7e (patch)
tree35a7545cd8a1d5b150a0186a7e63571d30fcc81e /Makefile
parentab35ba70b41a06cfd3d2bb92da0c34ccf9420fc1 (diff)
downloadlibhubbub-4a4ce3ccc686d4f389fbe9c87c53326aaf3d4c7e.tar.gz
libhubbub-4a4ce3ccc686d4f389fbe9c87c53326aaf3d4c7e.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 :=