diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-06-20 12:00:56 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-06-20 12:00:56 +0000 |
commit | 00da7942926f78f065bf22f95a34f99cf3d0b5bf (patch) | |
tree | 23bb735e02644f32dcaffef5701f33fc54eae2ce /Makefile.SH | |
parent | 8926f2692a3d9503b59a973004dd4d70385b09a0 (diff) | |
download | perl-00da7942926f78f065bf22f95a34f99cf3d0b5bf.tar.gz |
make mktables always update modifed time to play better with make
p4raw-id: //depot/perl@22963
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 762057024f..29254091f0 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -759,7 +759,7 @@ lib/lib.pm: miniperl$(EXE_EXT) lib/Config.pm $(LDLIBPTH) ./miniperl -Ilib lib/lib_pm.PL $(unidatafiles): miniperl$(EXE_EXT) lib/Config.pm lib/unicore/mktables - cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables + cd lib/unicore && $(LDLIBPTH) ../../miniperl -I../../lib mktables -w extra.pods: miniperl$(EXE_EXT) -@test -f extra.pods && rm -f `cat extra.pods` |