summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate-file-lists.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-file-lists.mk b/update-file-lists.mk
index 05edbc0..4601070 100755
--- a/update-file-lists.mk
+++ b/update-file-lists.mk
@@ -9,7 +9,7 @@ ifeq (,$(summary))
dirs := $(wildcard */)
$(which).list: $(dirs:=$(which).list)
- sort -R -- $^ > $@.new
+ cat -- $^ > $@.new
mv -f $@.new $@
me := $(MAKEFILE_LIST)