Skip to content

Commit 39c174e

Browse files
committed
fix wrong usage of sources-target
1 parent 86943a7 commit 39c174e

File tree

1 file changed

+1
-1
lines changed
  • src/mxmake/topics/applications

1 file changed

+1
-1
lines changed

src/mxmake/topics/applications/zope.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $(ZOPE_INSTANCE_TARGET): $(COOKIECUTTER_TARGET) $(ZOPE_CONFIGURATION_FILE)
8282
@cookiecutter -f --no-input ${ZOPE_COOKIECUTTER_TEMPLATE_OPTIONS} --config-file $(ZOPE_CONFIGURATION_FILE) --output-dir $(ZOPE_BASE_FOLDER) $(ZOPE_TEMPLATE)
8383

8484
.PHONY: zope-instance
85-
zope-instance: $(ZOPE_INSTANCE_TARGET) $(SOURCES)
85+
zope-instance: $(ZOPE_INSTANCE_TARGET) $(SOURCES_TARGET)
8686

8787
.PHONY: zope-start
8888
zope-start: $(ZOPE_RUN_TARGET)

0 commit comments

Comments
 (0)