]> granicus.if.org Git - fcron/commitdiff
typo fix
authorthib <thib>
Sun, 11 Aug 2002 20:25:57 +0000 (20:25 +0000)
committerthib <thib>
Sun, 11 Aug 2002 20:25:57 +0000 (20:25 +0000)
Makefile.in

index 2c9698847ed2807a10a738903b73acae8db86438..9471a913acf67ef0d0b765933499698998535cf9 100644 (file)
@@ -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