changeset 441:c37ad6b4b3b0

1308 oi-build allows multiple publish invocations
author Alasdair Lumsden <al@everycity.co.uk>
date Sun, 31 Jul 2011 17:43:23 +0100
parents 5249c17e80b2
children 7843d118427a
files make-rules/ips.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-rules/ips.mk	Sun Jul 31 17:39:26 2011 +0100
+++ b/make-rules/ips.mk	Sun Jul 31 17:43:23 2011 +0100
@@ -122,7 +122,7 @@
 	cat $(METADATA_TEMPLATE) $< >$@
 
 # mogrify the manifest
-$(MANIFEST_BASE)-%.mogrified:	%.p5m $(BUILD_DIR) canonical-manifests
+$(MANIFEST_BASE)-%.mogrified:	%.p5m canonical-manifests
 	$(PKGMOGRIFY) $(PKG_OPTIONS) $< \
 		$(PUBLISH_TRANSFORMS) | \
 		sed -e '/^$$/d' -e '/^#.*$$/d' | uniq >$@