Ticket #555: patch-ae
| File patch-ae, 461 bytes (added by heidnes, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | $NetBSD$ |
| 2 | |
| 3 | Perldoc's -d is incompatible with doing the build as root. |
| 4 | |
| 5 | --- config/gen/makefiles/docs.in.orig 2009-03-09 05:41:01.000000000 +0100 |
| 6 | +++ config/gen/makefiles/docs.in |
| 7 | @@ -37,7 +37,7 @@ doc-prep: |
| 8 | $(MKPATH) ops |
| 9 | |
| 10 | packfile-c.pod: ../src/packfile.c |
| 11 | -#IF(new_perldoc): $(PERLDOC) -ud packfile-c.pod ../src/packfile.c |
| 12 | +#IF(new_perldoc): $(PERLDOC) -u ../src/packfile.c > packfile-c.pod |
| 13 | #ELSE: $(PERLDOC) -u ../src/packfile.c > packfile-c.pod |
| 14 | |
| 15 | clean: |
