From 759cd83724714b4dbb831e7afc262faacbde334b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 7 Sep 2017 12:11:06 +0200 Subject: [PATCH] Use BUILT_SOURCES, not GENERATED_SOURCES. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7ed7fe4..1945b1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ sysconf_DATA = rinetd.conf sbin_PROGRAMS = rinetd rinetd_SOURCES = rinetd.c rinetd.h parse.h match.c match.h -GENERATED_SOURCES = parse.h +BUILT_SOURCES = parse.h # If peg/leg is available, regenerate parse.h parse.h: parse.peg