From 16c977d2b71a016ee9671d60678ba32e130fae04 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 2 Apr 2012 00:46:52 -0700 Subject: Makefile, po/makefile: make sure our pot generation datestamp doesn't change at build time, since this makes translations fail to be co-installable with multiarch. Based on a patch by David Kalnischkies. Closes: #659333, LP: #924628. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a47014c3..ee5de1ecc 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ all headers library clean veryclean binary program doc dirs test: # Some very common aliases .PHONY: maintainer-clean dist-clean distclean pristine sanity maintainer-clean dist-clean distclean pristine sanity: veryclean +veryclean: clean # The startup target builds the necessary configure scripts. It should # be used after a CVS checkout. -- cgit v1.2.3