aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-04-13 15:58:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-04-13 15:58:14 +0200
commitfa3734ff40ae133e72d2c43ed889d4fc17dc867c (patch)
tree30b2abeecbc39971e59999c8d67df50a29839535 /Makefile
parenta2b75845814ec96323f0c403a17f5ae820163c06 (diff)
downloadnx-libs-fa3734ff40ae133e72d2c43ed889d4fc17dc867c.tar.gz
nx-libs-fa3734ff40ae133e72d2c43ed889d4fc17dc867c.tar.bz2
nx-libs-fa3734ff40ae133e72d2c43ed889d4fc17dc867c.zip
Makefile: Fix comment above special clean rules.
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/; \