diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-19 12:10:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-19 12:10:00 +0000 |
commit | f3a5d88cc446fb2973690d72d79287e2384910a7 (patch) | |
tree | 0784a9384d796d434849965b045fa94fb49aeca8 /Makefile.SH | |
parent | 416302502f485afad83d2cbfb0bf4c336eb95ad7 (diff) | |
download | perl-f3a5d88cc446fb2973690d72d79287e2384910a7.tar.gz |
Try to unify the MANIFEST sorting.
p4raw-id: //depot/perl@20767
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
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 |