summaryrefslogtreecommitdiff
blob: 7f4aa0bf5a2e49c7b13402c7a9768c82e88c2602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Makefile	2018-10-28 17:21:20.274137396 +0100
+++ b/Makefile	2018-10-28 17:21:47.696694473 +0100
@@ -62,7 +62,8 @@
 $(OUTPUT_DIR)/pkgIndex.tcl:pkg/pkgIndex.tcl
 	cp -t $(dir $@) $^
 	
-package: $(OUTPUT_DIR)/$(LIBRARY) $(OUTPUT_DIR)/pkgIndex.tcl
+package: $(OUTPUT_DIR)/$(LIBRARY)
+	${MAKE} $(OUTPUT_DIR)/pkgIndex.tcl
 
 ifneq ($(MAKECMDGOALS), clean)
   -include $(DEPEND)