From a4eb7088fa07ccfd11b17238c91bbe3cfd3acc0b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 15 Aug 2014 18:46:54 -0400 Subject: Makefile.am: Make ".in-place" stamp files --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index db0472b..bd51a4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,10 @@ in-place: $(MAKE) $(AM_MAKEFLAGS) pkgdatadir=lib localedir=locale all-am all-local: $(locale_MESSAGES) + touch lib/.in-place locale/.in-place + +clean-local: + rm -f lib/.in-place locale/.in-place install-data-local: $(locale_MESSAGES) @$(NORMAL_INSTALL) -- cgit v0.9.1