From 623a74ae1c2d32edbc9d0106e9fbdc437342f8b3 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 14 Nov 2018 20:21:46 +0100 Subject: Makefile: fix (dist)clean dependencies ensure that we have all the required def files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0215cac3a..2fa75d3fc 100644 --- a/Makefile +++ b/Makefile @@ -61,14 +61,14 @@ NX_XTRANS_HEADERS = \ all: build -clean: +clean: version imakeconfig test -f nxcomp/Makefile && ${MAKE} -C nxcomp clean || true test -f nxproxy/Makefile && ${MAKE} -C nxproxy clean || true test -f nx-X11/lib/Makefile && ${MAKE} -C nx-X11/lib clean || true test -f nxcompshad/Makefile && ${MAKE} -C nxcompshad clean || true test -d nx-X11 && ${MAKE} clean-env || true -distclean: clean +distclean: clean version imakeconfig test -f nxcomp/Makefile && ${MAKE} -C nxcomp distclean || true test -f nxproxy/Makefile && ${MAKE} -C nxproxy distclean || true test -f nx-X11/lib/Makefile && ${MAKE} -C nx-X11/lib distclean || true -- cgit v1.2.3