diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-04-13 15:58:14 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-04-13 15:58:14 +0200 |
commit | fa3734ff40ae133e72d2c43ed889d4fc17dc867c (patch) | |
tree | 30b2abeecbc39971e59999c8d67df50a29839535 /Makefile | |
parent | a2b75845814ec96323f0c403a17f5ae820163c06 (diff) | |
download | nx-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/; \ |