aboutsummaryrefslogtreecommitdiff
path: root/libxsde
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-02-25 10:41:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-02-25 10:41:47 +0200
commitd489a18bfbd9ae81a7bcb06fa5c0e0cd22031b43 (patch)
tree6f060ac656b277eb68c4b0e6c786f9505fd16745 /libxsde
parent5b14b3a2786b5d58dd271f81b6f9b1e836f57813 (diff)
Make sure config.h is generated before library can be used
This is needed for the generic compiler without proper dependency tracking support.
Diffstat (limited to 'libxsde')
-rw-r--r--libxsde/xsde/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libxsde/xsde/makefile b/libxsde/xsde/makefile
index 5af280e..4e41016 100644
--- a/libxsde/xsde/makefile
+++ b/libxsde/xsde/makefile
@@ -546,6 +546,7 @@ endif
$(xsde.l.cpp-options): prefix := xsde/ $(out_root)/libxsde/
$(xsde.l.cpp-options): value := -I$(out_root)/libxsde -I$(src_root)/libxsde
+$(xsde.l.cpp-options): $(out_base)/config.h
$(call include-dep,$(c_d) $(cxx_d))