aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 54037e6ac..aa008b7dd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -140,7 +140,9 @@ DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkma
140DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils" 140DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils"
141 141
142dist: 142dist:
143 mv config.status config.status.old
143 make distclean 144 make distclean
145 mv config.status.old config.status
144 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz 146 rm -fr $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
145 mkdir -p $(NAME)-$(VERSION)/test 147 mkdir -p $(NAME)-$(VERSION)/test
146 cp -a "$(DISTFILES)" $(NAME)-$(VERSION) 148 cp -a "$(DISTFILES)" $(NAME)-$(VERSION)