Commit 623a74ae authored by Ulrich Sibiller's avatar Ulrich Sibiller

Makefile: fix (dist)clean dependencies

ensure that we have all the required def files
parent 071e41b6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment