diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-12-18 20:52:19 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-12-18 20:53:58 -0500 |
commit | f50b49542e6bc46a5428979ad2996c3bdc0b2b37 (patch) | |
tree | ccf8788c7660e950e9d7470aa9a52d8a071a3d9d /build-aux | |
parent | 4105dc8fef9894eed8130d5f912713dc47c1e1ae (diff) | |
download | tame-f50b49542e6bc46a5428979ad2996c3bdc0b2b37.tar.gz tame-f50b49542e6bc46a5428979ad2996c3bdc0b2b37.tar.bz2 tame-f50b49542e6bc46a5428979ad2996c3bdc0b2b37.zip |
Makefile.am (program-ui-immediate): Remove old target
This target has not been used for years.
* build-aux/Makefile.am (program-ui-immediate): Remove target.
(program-ui): Use dependency of old `program-ui-immediate'.
(.PHONY): Remove `program-ui-immediate'.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index e87717f..fe5171d 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -75,7 +75,7 @@ extless_supp_delim := $(subst .xml,,$(subst .xml ,$(comma),$(src_suppliers))) ant = @ANT@ -e -.PHONY: FORCE default program-data-copy lvroot c1root program-ui-immediate test \ +.PHONY: FORCE default program-data-copy lvroot c1root test \ default clean interp-rate-tables summary-html c1map standalones common \ strip program-ui version FORCE @@ -102,8 +102,7 @@ all: program-data-copy # suppliers can be concurrently built without rebuilding common dependencies common: $(xmlo_common) -program-ui: standalones ui/package.strip.js ui/Program.js program-ui-immediate -program-ui-immediate: ui/html/index.phtml +program-ui: standalones ui/package.strip.js ui/Program.js ui/html/index.phtml # Note the `$()' here to prevent Automake from inlining this file---it is # to be generated when imports change, which can be at any time. |