From a22d8a1df1395841b1eeb83bdb81675f45e157ef Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 11 Oct 2020 18:51:07 -0700 Subject: [PATCH] Makefile.am: Add built-sources target. This makes it easier to test targets that need the built sources built first, e.g. "make clean && make built-sources && make src/ui/terminal/pspp" --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 565e730171..15a94b424b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ AUTOMAKE_OPTIONS = std-options check-news 1.10.1 subdir-objects SUBDIRS = gl po DISTCLEANFILES = ./po/stamp-po xconfigure BUILT_SOURCES = +built-sources: $(BUILT_SOURCES) AM_CPPFLAGS = \ -I$(top_srcdir)/gl \ -- 2.30.2