diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-02-17 21:22:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-02-17 21:22:31 +0100 |
commit | e2e7288eba60fbb0e1ba8644168227b424b10ccc (patch) | |
tree | de86bc8dcc1ebdcfc6b77a9c3a615e124daca074 /autotools/gnulib | |
parent | qwhich: add applet to show paths to packages (diff) | |
download | portage-utils-e2e7288eba60fbb0e1ba8644168227b424b10ccc.tar.gz portage-utils-e2e7288eba60fbb0e1ba8644168227b424b10ccc.tar.bz2 portage-utils-e2e7288eba60fbb0e1ba8644168227b424b10ccc.zip |
build-sys: regen with automake 1.16.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'autotools/gnulib')
-rw-r--r-- | autotools/gnulib/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/autotools/gnulib/Makefile.in b/autotools/gnulib/Makefile.in index 71033873..2211d44d 100644 --- a/autotools/gnulib/Makefile.in +++ b/autotools/gnulib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.16.2 from Makefile.am. +# Makefile.in generated by automake 1.16.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2020 Free Software Foundation, Inc. @@ -2097,7 +2097,8 @@ installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive -install-exec: install-exec-recursive +install-exec: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive @@ -2417,7 +2418,7 @@ ps-am: uninstall-am: .MAKE: $(am__recursive_targets) all check install install-am \ - install-strip + install-exec install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles check check-am clean clean-generic clean-libtool \ |