Makefile.in (genprogerr): Add condmd.

* Makefile.in (genprogerr): Add condmd.
	(genprog): Remove it here.

From-SVN: r272047
This commit is contained in:
Jakub Jelinek 2019-06-07 17:38:35 +02:00 committed by Jakub Jelinek
parent fe763d2666
commit ac72e850e5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2019-06-07 Jakub Jelinek <jakub@redhat.com>
* Makefile.in (genprogerr): Add condmd.
(genprog): Remove it here.
2019-06-07 Andrew Stubbs <ams@codesourcery.com>
* doc/invoke.texi (AMD GCN Options): Add gfx906.

View File

@ -2802,11 +2802,11 @@ genprogmd = $(genprogrtl) mddeps constants enums
$(genprogmd:%=build/gen%$(build_exeext)): $(BUILD_MD)
# All these programs need to report errors.
genprogerr = $(genprogmd) genrtl modes gtype hooks cfn-macros
genprogerr = $(genprogmd) genrtl modes gtype hooks cfn-macros condmd
$(genprogerr:%=build/gen%$(build_exeext)): $(BUILD_ERRORS)
# Remaining build programs.
genprog = $(genprogerr) check checksum condmd match
genprog = $(genprogerr) check checksum match
# These programs need libs over and above what they get from the above list.
build/genautomata$(build_exeext) : BUILD_LIBS += -lm