diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 1ab8945736..cd253734a6 100644 --- a/Makefile +++ b/Makefile @@ -90,6 +90,9 @@ echo-headers: subdir_echo-headers # What to install. install-others = $(includedir)/stubs.h +ifeq (yes,$(build-shared)) +install-others += $(includedir)/gnu/lib-names.h +endif ifeq (yes,$(gnu-ld)) libc-init = set-init @@ -200,8 +203,6 @@ $(includedir)/gnu/lib-names.h: $(common-objpfx)soversions.mk then echo 'gnu/lib-names.h unchanged'; \ else $(INSTALL_DATA) $(objpfx)lib-names.h $@; fi rm -f $(objpfx)lib-names.h - -install-others += $(includedir)/gnu/lib-names.h endif # This makes the Info or DVI file of the documentation from the Texinfo source. |