aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c09b1cd4c..8fd301879 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -178,7 +178,7 @@ uninstall:
178 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 178 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
179 179
180DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES" 180DISTFILES = "src etc platform configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh COPYING README RELNOTES"
181DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot" 181DISTFILES_TEST = "test/apps test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils"
182 182
183dist: 183dist:
184 mv config.status config.status.old 184 mv config.status config.status.old
@@ -290,5 +290,5 @@ test-root:
290 290
291# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc" 291# For testing hidepid system, the command to set it up is "mount -o remount,rw,hidepid=2 /proc"
292 292
293test-all: test-root test-chroot test-network test-appimage test-overlay 293test-all: test-root test-network test-appimage
294 echo "TEST COMPLETE" 294 echo "TEST COMPLETE"