From: Todd C. Miller Date: Mon, 8 Jul 1996 00:49:02 +0000 (+0000) Subject: now gives INSTALL -c flag X-Git-Tag: SUDO_1_5_0~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a5a50b75e45ab28933f8066abeeb435b25448cd;p=sudo now gives INSTALL -c flag --- diff --git a/Makefile.in b/Makefile.in index 3642accbe..dd71a369f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,7 +38,7 @@ YACC = @YACC@ NROFF = nroff # Which install program? -INSTALL = $(srcdir)/install-sh +INSTALL = $(srcdir)/install-sh -c # Libraries SUDO_LIBS = @SUDO_LIBS@