summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-19 12:10:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-19 12:10:00 +0000
commitf3a5d88cc446fb2973690d72d79287e2384910a7 (patch)
tree0784a9384d796d434849965b045fa94fb49aeca8 /Makefile.SH
parent416302502f485afad83d2cbfb0bf4c336eb95ad7 (diff)
downloadperl-f3a5d88cc446fb2973690d72d79287e2384910a7.tar.gz
Try to unify the MANIFEST sorting.
p4raw-id: //depot/perl@20767
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 6a30929a32..2245f6e80d 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -904,8 +904,8 @@ regen_all: $(PERLYVMS) regen regen_pods
.PHONY: manisort manicheck
manisort: FORCE
- LC_ALL=C sort -fc MANIFEST || (echo "WARNING: re-sorting MANIFEST"; \
- LC_ALL=C sort -fo MANIFEST MANIFEST)
+ LC_ALL=C sort -fdc MANIFEST || (echo "WARNING: re-sorting MANIFEST"; \
+ LC_ALL=C sort -fdo MANIFEST MANIFEST)
manicheck: FORCE
perl Porting/manicheck