whoops, revised patch for buildroot in 2.1.1p4
Edward S. Marshall
emarshall at mercantec.com
Sat Jul 29 07:49:19 EST 2000
Whoops, missed a ./mkinstalldirs. Correct patch to Makefile.in is
attached.
--
Edward S. Marshall <emarshall at mercantec.com> UNIX Administrator
http://www.nyx.net/~emarshal/ Mercantec, Inc.
-------------- next part --------------
24c24
< CFLAGS=@CFLAGS@ $(PATHS) @DEFS@
---
> CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I.
28a29
> MKINSTALLDIRS=@srcdir@/mkinstalldirs
121,125c122,126
< ./mkinstalldirs $(DESTDIR)$(bindir)
< ./mkinstalldirs $(DESTDIR)$(sbindir)
< ./mkinstalldirs $(DESTDIR)$(mandir)
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
---
> $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansubdir)1
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansubdir)8
143c144
< ./mkinstalldirs $(DESTDIR)$(sysconfdir); \
---
> $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir); \
More information about the openssh-unix-dev
mailing list