From a8b3f4a65c4c4e8c6fe0c4540948b974dfb12e14 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 26 Jun 2007 19:36:46 +0000 Subject: we need to export variables to sub-level make processes, otherwise the HPEC binary won't always get included in the build git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2668 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5f3510c..5f2c11d 100644 --- a/Makefile +++ b/Makefile @@ -463,6 +463,8 @@ clean: rm -rf misdn* rm -rf mISDNuser* +.EXPORT_ALL_VARIABLES: + FORCE: endif -- cgit v1.2.3