diff options
Diffstat (limited to 'libcommon')
-rw-r--r-- | libcommon/common/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile index dc1a324..27e0bf2 100644 --- a/libcommon/common/makefile +++ b/libcommon/common/makefile @@ -84,7 +84,7 @@ $(dist): export sources := $(sources_dist) $(cli_tun:.cli=.cxx) $(dist): headers_dist = $(subst $(src_base)/,,$(shell find $(src_base) \ -name '*.hxx' -o -name '*.ixx' -o -name '*.txx')) $(dist): gen_headers := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) -$(dist): export headers = $(headers_dist) $(gen_headers) +$(dist): export headers = $(sort $(headers_dist) $(gen_headers)) $(dist): gen_dist := $(gen) $(dist): data_dist := $(cli_tun) config.h.in $(dist): export extra_dist := $(data_dist) $(call vc9projs,libcommon) \ |