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 8ea31cd63..49a15afa1 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ SHELL:=/bin/bash
if test -f nx-X11/Makefile; then ${MAKE} -C nx-X11 $@; fi; \
fi
- # clean auto-generated nxversion.def file \
+ # clean auto-generated files
if [ "x$@" == "xclean" ] || [ "x$@" = "xdistclean" ]; then \
./mesa-quilt pop -a; \
rm -Rf nx-X11/extras/Mesa/.pc/; \