summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e88f6d..daa54d7 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ ifndef DEBUG
$(STRIP) $(LIBDIR)/$@.$(APIVERSION)
endif
-dist: $(I18Npo) clean
+dist: $(addprefix $(PODIR)/,$(I18Npo)) clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@cp -a * $(TMPDIR)/$(ARCHIVE)