@@ -740,20 +740,13 @@ gbak_files: $(GBAK_FILES)
740740
741741INCLUDE_DEST = $(FB_BUILD ) /include
742742
743- NEW_INCLUDES_SRC = $(shell find $(SRC_ROOT ) /include/firebird -type f)
744- NEW_INCLUDES_DEST = $(patsubst $(SRC_ROOT ) /include/firebird/% , $(INCLUDE_DEST ) /firebird/% , $(NEW_INCLUDES_SRC ) )
745-
746- include_generic : $(INCLUDE_DEST ) /ib_util.h \
747- $(NEW_INCLUDES_DEST)
748-
749743# ib_util.h actually is a marker for a number of headers
750744
751745# Copy all the other headers to the distribution directory. We use
752746# ib_util.h as the marker for all the files.
753747
754- OtherDistribHeaders = extlib/ib_util.h \
755- yvalve/perf.h \
756- include/iberror.h \
748+ OtherDistribHeaders = include/ib_util.h \
749+ include/iberror.h \
757750 include/ibase.h
758751
759752SRC_OtherDistribHeaders = $(addprefix $(SRC_ROOT ) /, $(OtherDistribHeaders ) )
@@ -762,6 +755,11 @@ $(INCLUDE_DEST)/ib_util.h : $(SRC_OtherDistribHeaders)
762755 mkdir -p $(INCLUDE_DEST )
763756 $(CP ) $^ $(INCLUDE_DEST ) /
764757
758+ NEW_INCLUDES_SRC = $(shell find $(SRC_ROOT ) /include/firebird -type f)
759+ NEW_INCLUDES_DEST = $(patsubst $(SRC_ROOT ) /include/firebird/% , $(INCLUDE_DEST ) /firebird/% , $(NEW_INCLUDES_SRC ) )
760+
761+ include_generic : $(NEW_INCLUDES_DEST ) $(INCLUDE_DEST ) /ib_util.h
762+
765763ifeq ($(SYSTEM_BOOST_FLG ) ,Y)
766764$(INCLUDE_DEST ) /firebird/Message.h : $(SRC_ROOT ) /include/firebird/Message.h
767765 sed ' s,^#include "\./impl/boost/\(.\+\)",#include <boost/\1>,; s/\bFB_BOOST_PP_/BOOST_PP_/g' $< > $@
0 commit comments