]> granicus.if.org Git - sudo/commitdiff
Don't rely on mkdefaults being executable, call perl explicitly.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 30 Dec 2001 18:58:34 +0000 (18:58 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 30 Dec 2001 18:58:34 +0000 (18:58 +0000)
Makefile.in

index 7a6d5481efe9a4d963ca0a756ea826ca4bacd250..1dd472bd3558c51e0ae1512cb1cc4a4a84a055df 100644 (file)
@@ -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)