summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2012-04-02 00:46:52 -0700
committerSteve Langasek <steve.langasek@canonical.com>2012-04-02 00:46:52 -0700
commit16c977d2b71a016ee9671d60678ba32e130fae04 (patch)
tree25e43d8ee87434ba09e6bc83d021615c8dbb9a1d /Makefile
parent3102af74e7ffaab3f47741c05451ce7f0e3b38fe (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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.