# # # patch "Makefile.in" # from [d6ca2291497e8bf757fab966c6a25c0437a493af] # to [f8194cdd2dd5414bb18916aab2589fce1b8e9b27] # # patch "idna/configure.ac" # from [f5a795b9ae2fdfb941a0e7eb8d2df8268881d5dd] # to [2a97033aff497ff3e8178b396974517b49d33bfe] # # patch "lua/configure.ac" # from [cfa5945269926f8f96904dff050c9ab3376c27af] # to [041323a7d7d923c8b86a057a0cec594a6b83b022] # # patch "netxx/configure.ac" # from [9561c7e3046c5c51bbdf0cdf7ea0190fd9c3566f] # to [cd0be0962f79b2628b10d9739460595c1c3dacb6] # # patch "pcre/configure.ac" # from [602744c964f8685348004e6f6a43553faa179664] # to [9b9c1d6982cdc614cf0e547b72eb76e3eeecce30] # # patch "sqlite/configure.ac" # from [eb7266e0fe0ddfc25fac85f9d66a21784fa9562e] # to [3d04d492ba126a9c7cfae4a008e75456d8df29dd] # ============================================================ --- Makefile.in d6ca2291497e8bf757fab966c6a25c0437a493af +++ Makefile.in f8194cdd2dd5414bb18916aab2589fce1b8e9b27 @@ -108,8 +108,8 @@ monotone/Makefile: $(srcdir)/monotone/co CPPFLAGS="-I$(blddir)/libinst/include" \ LDFLAGS="-L$(blddir)/lib" -$(LIBSTAMPS): %-stamp: %/Makefile - $(MAKE) -C $(notdir $*) install +$(LIBSTAMPS): libinst/%-stamp: %/Makefile + $(MAKE) -C $* install touch $@ $(patsubst %,%/Makefile, $(filter-out botan,$(LIBRARIES))): ============================================================ --- idna/configure.ac f5a795b9ae2fdfb941a0e7eb8d2df8268881d5dd +++ idna/configure.ac 2a97033aff497ff3e8178b396974517b49d33bfe @@ -26,7 +26,6 @@ AC_PROG_CC AC_CONFIG_FILES([Makefile]) AC_PROG_CC -AC_PROG_INSTALL AC_PROG_RANLIB AC_OUTPUT ============================================================ --- lua/configure.ac cfa5945269926f8f96904dff050c9ab3376c27af +++ lua/configure.ac 041323a7d7d923c8b86a057a0cec594a6b83b022 @@ -26,7 +26,6 @@ AC_PROG_CXX AC_CONFIG_FILES([Makefile]) AC_PROG_CXX -AC_PROG_INSTALL AC_PROG_RANLIB AC_OUTPUT ============================================================ --- netxx/configure.ac 9561c7e3046c5c51bbdf0cdf7ea0190fd9c3566f +++ netxx/configure.ac cd0be0962f79b2628b10d9739460595c1c3dacb6 @@ -26,7 +26,6 @@ AC_PROG_CXX AC_CONFIG_FILES([Makefile]) AC_PROG_CXX -AC_PROG_INSTALL AC_PROG_RANLIB AC_LANG_PUSH([C++]) ============================================================ --- pcre/configure.ac 602744c964f8685348004e6f6a43553faa179664 +++ pcre/configure.ac 9b9c1d6982cdc614cf0e547b72eb76e3eeecce30 @@ -30,7 +30,6 @@ AC_PROG_CC AC_CONFIG_HEADERS(config.h) AC_PROG_CC -AC_PROG_INSTALL AC_PROG_RANLIB PCRE_MAJOR="pcre_major" ============================================================ --- sqlite/configure.ac eb7266e0fe0ddfc25fac85f9d66a21784fa9562e +++ sqlite/configure.ac 3d04d492ba126a9c7cfae4a008e75456d8df29dd @@ -26,7 +26,6 @@ AC_PROG_CC AC_CONFIG_FILES([Makefile]) AC_PROG_CC -AC_PROG_INSTALL AC_PROG_RANLIB AC_OUTPUT