From 9c7680e01664a2c36266a0d54d862c0fee0dca92 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 27 Jun 2016 05:48:19 -0600 Subject: [PATCH] Some versions of HP-UX make will ignore suffix rules if they are empty. --- plugins/sudoers/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 557cad981..999f80abf 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -203,8 +203,10 @@ $(shlib_opt): $(shlib_exp) # Prevent default rules from building .c files from .l and .y files .l.c: + @true .y.c: + @true Makefile: $(srcdir)/Makefile.in (cd $(top_builddir) && ./config.status --file plugins/sudoers/Makefile) -- 2.40.0