aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-10-15 23:53:16 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-10-15 23:53:16 +0300
commitecbba59d35bb5c049084a60a85e105c85a272253 (patch)
tree647049abee365432c2791334578c04f29ff20ca0
parent292b90c8fc19953bd044f0551d16ac1828babf11 (diff)
downloadm4kwargs-ecbba59d35bb5c049084a60a85e105c85a272253.tar.gz
m4kwargs-ecbba59d35bb5c049084a60a85e105c85a272253.tar.bz2
Fix distcheck
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9efb3d7..2cd7097 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,6 @@ install:
$(MAKE) -C $$dir install PREFIX=$(PREFIX); \
done
-
distdir:
test -d $(DISTDIR) || mkdir -p $(DISTDIR)
cp $(DISTFILES) $(DISTDIR)
@@ -53,7 +52,7 @@ dist: distdir
distcheck: dist
tar xfz $(DISTDIR).tar.gz
- if $(MAKE) -C $(DISTDIR) $(DISTCHECKFLAGS); then \
+ if $(MAKE) -C $(DISTDIR) $(DISTCHECKFLAGS) check; then \
echo "$(DISTDIR).tar.gz ready for distribution"; \
rm -rf $(DISTDIR); \
else \

Return to:

Send suggestions and report system problems to the System administrator.