From 6801757733f510afd751d865e7fd151b001d7075 Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Tue, 14 Jun 2011 21:38:16 +0000 Subject: [PATCH] Correctly handle the case when the LZMA include are in /usr/include git-svn-id: http://root.cern.ch/svn/root/trunk@39728 27541ba8-7e3a-0410-8455-c3a389f83636 --- core/zip/Module.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/zip/Module.mk b/core/zip/Module.mk index 3a3ddde1403..3ccdea1300a 100644 --- a/core/zip/Module.mk +++ b/core/zip/Module.mk @@ -96,4 +96,6 @@ distclean-$(MODNAME): clean-$(MODNAME) distclean:: distclean-$(MODNAME) +ifneq ($(strip $(LZMAINCDIR)),) $(call stripsrc,$(MODDIRS))/R__LZMA.o: CFLAGS += -I$(LZMAINCDIR) +endif -- GitLab