We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57daa6 commit b18f274Copy full SHA for b18f274
1 file changed
Makefile
@@ -60,7 +60,7 @@ check:
60
( cd test/tests ; PPIOS_RENAME=$(PROGRAM) README=$(README) NUMERIC_VERSION=$(NUMERIC_VERSION) ./test-suite.sh )
61
62
.PHONY: archive
63
-archive: package-check distclean unittest program check archive-dir dist-package copy-symbols
+archive: package-check distclean unittest program check archive-dir $(DIST_PACKAGE) copy-symbols
64
65
.PHONY: package-check
66
package-check:
@@ -71,9 +71,6 @@ package-check:
71
archive-dir:
72
mkdir -p $(ARCHIVE_DIR)
73
74
-.PHONY: dist-package
75
-dist-package: $(DIST_PACKAGE)
76
-
77
$(DIST_PACKAGE):
78
mkdir -p $(DIST_DIR)
79
cp $(PROGRAM) \
0 commit comments