]> andersk Git - openssh.git/blobdiff - Makefile.in
- (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
[openssh.git] / Makefile.in
index 4398c87fcd5f84d6796bd56b7777347f2878d086..63e48ee1fa790d593c64506a24de87b07a7ca77e 100644 (file)
@@ -242,7 +242,7 @@ check-config:
        -$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
 
 scard-install:
-       (cd scard && $(MAKE) DESTDIR=$(DESTDIR) install)
+       (cd scard && env DESTDIR=$(DESTDIR) $(MAKE) DESTDIR=$(DESTDIR) install)
 
 install-files: scard-install
        $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
This page took 0.030421 seconds and 4 git commands to generate.