## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-am__dist_files = $(call am__uniq, \
- $(am__dist_common) $(am__dist_sources) $(TEXINFOS) $(EXTRA_DIST))
+## Use 'sort', not 'am__uniq', for performance reasons. Luckily, we
+## don't care in which order the distributed files are.
+am__dist_files = $(strip $(sort \
+ $(am__dist_common) $(am__dist_sources) $(TEXINFOS) $(EXTRA_DIST)))
## Try to avoid repeated slashed in the entries, to make the
## filtering in the 'am__dist_files_1' definition below more reliable.
## will allow our rules to correctly create "$(distdir)/subdir", and not
## "$(distdir)/$(srcdir)/subdir" -- which, in a VPATH build where
## "$(subdir) = ..", would be the build directory!
-am__dist_parent_dirs = $(call am__uniq, \
- $(filter-out ., $(patsubst ./%,%,$(dir $(am__dist_files_cooked)))))
+am__dist_parent_dirs = $(strip $(sort \
+ $(filter-out ., $(patsubst ./%,%,$(dir $(am__dist_files_cooked))))))
if %?TOPDIR_P%
distdir = $(PACKAGE)-$(VERSION)