From: Todd C. Miller Date: Sun, 30 Dec 2001 18:58:34 +0000 (+0000) Subject: Don't rely on mkdefaults being executable, call perl explicitly. X-Git-Tag: SUDO_1_6_4~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e69a33b472b54fbb3ef21047652daab0ba178371;p=sudo Don't rely on mkdefaults being executable, call perl explicitly. --- diff --git a/Makefile.in b/Makefile.in index 7a6d5481e..1dd472bd3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -199,7 +199,7 @@ testsudoers: $(TESTOBJS) $(LIBOBJS) # Uncomment the following if you intend to modify def_data.in @DEV@def_data.h def_data.c: def_data.in -@DEV@ $(srcdir)/mkdefaults -o def_data $(srcdir)/def_data.in +@DEV@ perl $(srcdir)/mkdefaults -o def_data $(srcdir)/def_data.in # Dependencies (not counting auth functions) alloc.o: alloc.c $(SUDODEP)