From 2e69d645360ca3355341762da2087342b06ac5a8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Sep 2010 15:21:57 +0200 Subject: Filter out duplicate files --- libcommon/common/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcommon') 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) \ -- cgit v1.1