Commit 5eecadb5 authored by Mike Gabriel's avatar Mike Gabriel

Makefile: Also remove nxversion.def on distclean.

parent e5fbb11b
......@@ -36,7 +36,7 @@ SHELL:=/bin/bash
fi
# clean auto-generated nxversion.def file \
if [ "x$@" == "xclean" ]; then \
if [ "x$@" == "xclean" ] || [ "x$@" = "xdistclean" ]; then \
rm -f nx-X11/config/cf/nxversion.def; \
fi
......
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