From: Thibault Godouet Date: Sun, 11 Aug 2002 20:25:57 +0000 (+0000) Subject: typo fix X-Git-Tag: ver2_9_4~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b913ac749bb2232eb411050e9efd0ed095a2092d;p=thirdparty%2Ffcron.git typo fix --- 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