X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=0213c3846dca0798713bf2b001265714e6d8b05e;hp=66eda99490ef788086fbadb2ffd2d3a7ac10eefb;hb=01b85ba3add49db47a75a26c80a55d6af24de524;hpb=1713703c966d85de2591498b45b6c035d04350aa diff --git a/Makefile.am b/Makefile.am index 66eda9949..0213c3846 100644 --- a/Makefile.am +++ b/Makefile.am @@ -297,10 +297,14 @@ define install-relative-aliases done endef +install-touch-usr-hook: + touch -c $(DESTDIR)/$(prefix) + INSTALL_EXEC_HOOKS += \ install-target-wants-hook \ install-directories-hook \ - install-aliases-hook + install-aliases-hook \ + install-touch-usr-hook # ------------------------------------------------------------------------------ AM_V_M4 = $(AM_V_M4_$(V))