From 84bc5c1e6d67183f4ec23b06dafdc551020f461a Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 13 Sep 2007 18:32:14 +0000 Subject: [PATCH] include config.mk --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 8b0f96f..77efcc7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -78,4 +78,5 @@ dist: clean: rm -f *.o $(PROGRAMS) +include $(TOP)/../config.mk include $(TOP)/../tools.mk