From: Ben Pfaff Date: Mon, 12 Oct 2020 01:51:07 +0000 (-0700) Subject: Makefile.am: Add built-sources target. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22d8a1df1395841b1eeb83bdb81675f45e157ef;p=pspp 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" --- 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 \