From df962dc7c42a29e1d60109a301e742571b7b9c83 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 11 Aug 2002 20:25:57 +0000 Subject: [PATCH] typo fix --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2c96988..9471a91 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.87 2002-08-10 20:40:59 thib Exp $ +# $Id: Makefile.in,v 1.88 2002-08-11 20:25:57 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -75,7 +75,7 @@ HEADERSALL = config.h $(SRCDIR)/global.h $(SRCDIR)/log.h $(SRCDIR)/subs.h $(SRCD # do not ci automaticaly generated files and doc (done by doc's Makefile) RCSNOCI=.*\(.html\|VERSION\|MANIFEST\|configure\|install.sh\|doc.*\) -RUN_NON-PRIVILEGED = @RUN_NON_PRIVILEGED@ +RUN_NON_PRIVILEGED = @RUN_NON_PRIVILEGED@ ifeq ($(RUN_NON_PRIVILEGED), 1) BINMODE=111 else -- 2.40.0