Skip to content

Commit

Permalink
Fix bootstrap warning: noinst_PROGRAMS was already defined
Browse files Browse the repository at this point in the history
utils/Makefile.am:27: warning: noinst_PROGRAMS was already defined in
condition TRUE, which includes condition HAVE_LIBFDT ...

utils/Makefile.am should probably be adding to noinst_PROGRAMS rather
than reclaring it.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
(cherry picked from commit 817e669)
  • Loading branch information
cyrilbur-ibm authored and sammj committed Nov 21, 2017
1 parent eb9c570 commit 17f04cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/Makefile.am
Expand Up @@ -24,7 +24,7 @@ utils_hooks_30_dtb_updates_LDADD = $(top_builddir)/lib/libpbcore.la \
$(FDT_LIBS)

if HAVE_LIBFDT
noinst_PROGRAMS = \
noinst_PROGRAMS += \
utils/hooks/30-dtb-updates
endif

Expand Down

0 comments on commit 17f04cb

Please sign in to comment.