diff options
Diffstat (limited to 'usr/src/man/man3perl')
-rw-r--r-- | usr/src/man/man3perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/man/man3perl/Makefile b/usr/src/man/man3perl/Makefile index 3c30b0a0ea..4c4f09b157 100644 --- a/usr/src/man/man3perl/Makefile +++ b/usr/src/man/man3perl/Makefile @@ -43,10 +43,10 @@ include ../Makefile.man # As a workaround, install the files manually in a FRC target. CMD= $(INS) -s -m $(FILEMODE) -f $(ROOTMAN)/man$(MANSECT) install: FRC - @for file in $(MANFILES); do \ - if [[ $$file -nt $(ROOTMAN)/man$(MANSECT)/$$file ]]; then \ + @for file in $(MANFILES); do \ + if [[ $$file -nt $(ROOTMAN)/man$(MANSECT)/$$file ]]; then \ $(ECHO) $(CMD) $$file; \ - $(RM) $(ROOTMAN)man$(MANSECT)/$$file; \ + $(RM) $(ROOTMAN)/man$(MANSECT)/$$file; \ $(CMD) $$file; \ fi \ done; |