From 713324411804114f2699c6c127c659345d7359d5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 May 2012 11:52:59 +0200 Subject: Port to use regex from libcutl instead of libbackend-elements --- xsde/makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'xsde/makefile') diff --git a/xsde/makefile b/xsde/makefile index eaa97ff..e4ab12b 100644 --- a/xsde/makefile +++ b/xsde/makefile @@ -112,10 +112,6 @@ $(call import,\ l: be.l,cpp-options: be.l.cpp-options) $(call import,\ - $(scf_root)/import/libboost/regex/stub.make,\ - l: re.l,cpp-options: re.l.cpp-options) - -$(call import,\ $(scf_root)/import/libboost/filesystem/stub.make,\ l: fs.l,cpp-options: fs.l.cpp-options) @@ -125,7 +121,7 @@ $(call import,\ # Build. # -$(xsde): $(cxx_obj) $(xsd_fe.l) $(be.l) $(cult.l) $(cutl.l) $(fs.l) $(re.l) +$(xsde): $(cxx_obj) $(xsd_fe.l) $(be.l) $(cult.l) $(cutl.l) $(fs.l) $(cxx_obj) $(cxx_od): cpp_options := -I$(src_base) $(cxx_obj) $(cxx_od): \ @@ -133,8 +129,7 @@ $(cxx_obj) $(cxx_od): \ $(be.l.cpp-options) \ $(cult.l.cpp-options) \ $(cutl.l.cpp-options) \ - $(fs.l.cpp-options) \ - $(re.l.cpp-options) + $(fs.l.cpp-options) $(call include-dep,$(cxx_od)) -- cgit v1.1