aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c218d8604..9b89669df 100644
--- a/Makefile
+++ b/Makefile
@@ -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