@@ -743,20 +743,13 @@ gbak_files: $(GBAK_FILES)
743743
744744INCLUDE_DEST = $(FB_BUILD ) /include
745745
746- NEW_INCLUDES_SRC = $(shell find $(SRC_ROOT ) /include/firebird -type f)
747- NEW_INCLUDES_DEST = $(patsubst $(SRC_ROOT ) /include/firebird/% , $(INCLUDE_DEST ) /firebird/% , $(NEW_INCLUDES_SRC ) )
748-
749- include_generic : $(INCLUDE_DEST ) /ib_util.h \
750- $(NEW_INCLUDES_DEST)
751-
752746# ib_util.h actually is a marker for a number of headers
753747
754748# Copy all the other headers to the distribution directory. We use
755749# ib_util.h as the marker for all the files.
756750
757- OtherDistribHeaders = extlib/ib_util.h \
758- yvalve/perf.h \
759- include/iberror.h \
751+ OtherDistribHeaders = include/ib_util.h \
752+ include/iberror.h \
760753 include/ibase.h
761754
762755SRC_OtherDistribHeaders = $(addprefix $(SRC_ROOT ) /, $(OtherDistribHeaders ) )
@@ -765,6 +758,11 @@ $(INCLUDE_DEST)/ib_util.h : $(SRC_OtherDistribHeaders)
765758 mkdir -p $(INCLUDE_DEST )
766759 $(CP ) $^ $(INCLUDE_DEST ) /
767760
761+ NEW_INCLUDES_SRC = $(shell find $(SRC_ROOT ) /include/firebird -type f)
762+ NEW_INCLUDES_DEST = $(patsubst $(SRC_ROOT ) /include/firebird/% , $(INCLUDE_DEST ) /firebird/% , $(NEW_INCLUDES_SRC ) )
763+
764+ include_generic : $(NEW_INCLUDES_DEST ) $(INCLUDE_DEST ) /ib_util.h
765+
768766ifeq ($(SYSTEM_BOOST_FLG ) ,Y)
769767$(INCLUDE_DEST ) /firebird/Message.h : $(SRC_ROOT ) /include/firebird/Message.h
770768 sed ' s,^#include "\./impl/boost/\(.\+\)",#include <boost/\1>,; s/\bFB_BOOST_PP_/BOOST_PP_/g' $< > $@
0 commit comments