From: Christian Perrier Date: Tue, 10 Jan 2006 13:51:09 +0000 (+0000) Subject: Patch to allow "make apt-all.pot" work in the baz archive X-Git-Tag: 0.7.24ubuntu1~275^2~1^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6f0bde75a27674763fb0542e9acd35bac18c1710?hp=-c Patch to allow "make apt-all.pot" work in the baz archive --- 6f0bde75a27674763fb0542e9acd35bac18c1710 diff --git a/buildlib/podomain.mak b/buildlib/podomain.mak index e1ae0c805..511a5cae2 100644 --- a/buildlib/podomain.mak +++ b/buildlib/podomain.mak @@ -14,7 +14,7 @@ MKDIRS += $(PO_DOMAINS)/$(MY_DOMAIN) $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list: SRC := $(addprefix $(SUBDIR)/,$(SOURCE)) $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list: makefile (echo $(SRC) | xargs -n1 echo) > $@ -binary program: $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list +binary program clean: $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list veryclean: veryclean/$(LOCAL) veryclean/po/$(LOCAL): LIST := $(PO_DOMAINS)/$(MY_DOMAIN)/$(LOCAL).$(TYPE)list