diff options
| author | tv <tv@NetBSD.org> | 2001-11-12 16:44:10 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-11-12 16:44:10 +0000 |
| commit | eac2d50e6e8a456d392258f9fc151d8a905db5b0 (patch) | |
| tree | 227f26051fa1230e7861788a0b41de055b8f63c8 /gnu | |
| parent | 4f1fe56be8d1189e2ccaf27f5082272e157cbc12 (diff) | |
Work around problem with "groff2netbsd" not preserving execute permission.
(Change "mkinstalldirs" invocation to use "sh makeinstalldirs".)
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/groff/Makefile.in | 2 | ||||
| -rwxr-xr-x | gnu/dist/groff/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/dist/groff/Makefile.in b/gnu/dist/groff/Makefile.in index 9856aabe891..5ea98bae866 100644 --- a/gnu/dist/groff/Makefile.in +++ b/gnu/dist/groff/Makefile.in @@ -231,7 +231,7 @@ VPATH=@srcdir@ top_builddir=@top_builddir@ # the program to create directory hierarchies -mkinstalldirs=$(top_srcdir)/mkinstalldirs +mkinstalldirs=sh $(top_srcdir)/mkinstalldirs PURIFY=purify PURIFYCCFLAGS= diff --git a/gnu/dist/groff/configure b/gnu/dist/groff/configure index 31d9341e895..fe3180e3d35 100755 --- a/gnu/dist/groff/configure +++ b/gnu/dist/groff/configure @@ -2860,7 +2860,7 @@ elif test -n "$sys_tmac_prefix"; then fi echo "$ac_t""$tmac_wrap" 1>&6 -$srcdir/mkinstalldirs src/xditview +sh $srcdir/mkinstalldirs src/xditview trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure |
