]> granicus.if.org Git - sudo/commitdiff
Some versions of HP-UX make will ignore suffix rules if they are
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Jun 2016 11:48:19 +0000 (05:48 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Jun 2016 11:48:19 +0000 (05:48 -0600)
empty.

plugins/sudoers/Makefile.in

index 557cad9816edef4d25e30737b6cf928da525b970..999f80abfe027f4d38553354a8d3bca1ff79a1d3 100644 (file)
@@ -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)