Commit fa3734ff authored by Mike Gabriel's avatar Mike Gabriel

Makefile: Fix comment above special clean rules.

parent a2b75845
......@@ -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/; \
......
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