diff -Naur bash-4.4-rc1.orig/examples/loadables/Makefile.in bash-4.4-rc1/examples/loadables/Makefile.in --- bash-4.4-rc1.orig/examples/loadables/Makefile.in 2015-12-28 18:44:45.000000000 -0500 +++ bash-4.4-rc1/examples/loadables/Makefile.in 2016-03-05 04:58:28.000000000 -0500 @@ -234,7 +234,7 @@ installdirs: @${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(loadablesdir) -install-dev: +install-dev: installdirs @$(INSTALL_DATA) Makefile.inc $(DESTDIR)$(loadablesdir)/Makefile.inc @( cd $(BUILD_DIR) && ${MAKE} ${MFLAGS} DESTDIR="$(DESTDIR)" install-headers)