From 6bf1e46ccc93777ca9f62746ada0e18c72fcf138 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 May 2012 11:50:57 +0200 Subject: Port to use regex from libcutl instead of libbackend-elements --- xsd/makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'xsd/makefile') diff --git a/xsd/makefile b/xsd/makefile index 8ecf5ca..e2d00ea 100644 --- a/xsd/makefile +++ b/xsd/makefile @@ -84,10 +84,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) @@ -101,7 +97,7 @@ $(call import,\ # Build. # -$(xsd): $(cxx_obj) $(xsd_fe.l) $(be.l) $(cult.l) $(cutl.l) $(fs.l) $(re.l) $(xerces_c.l) +$(xsd): $(cxx_obj) $(xsd_fe.l) $(be.l) $(cult.l) $(cutl.l) $(fs.l) $(xerces_c.l) $(cxx_obj) $(cxx_od): cpp_options := -I$(src_base) $(cxx_obj) $(cxx_od): \ @@ -110,7 +106,6 @@ $(cxx_obj) $(cxx_od): \ $(cult.l.cpp-options) \ $(cutl.l.cpp-options) \ $(fs.l.cpp-options) \ - $(re.l.cpp-options) \ $(xerces_c.l.cpp-options) $(call include-dep,$(cxx_od)) -- cgit v1.1