From e69a33b472b54fbb3ef21047652daab0ba178371 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 30 Dec 2001 18:58:34 +0000 Subject: [PATCH] Don't rely on mkdefaults being executable, call perl explicitly. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0