]> git.saurik.com Git - wxWidgets.git/blobdiff - Makefile.in
Fixed new lintian warnings.
[wxWidgets.git] / Makefile.in
index 3435dc23ca99b5d009c269bb6973c1c4e66fceec..0993d1022707c391e3b36c7ea146c733f011d53c 100644 (file)
@@ -1356,7 +1356,7 @@ debian-dist: debian-native-dist debian-msw-dirs MSW_DIST
        @# in other dist targets.  Ugly and hardly portable but it
        @# will run on any Debian box and that's enough for now.
 
-       find $(DISTDIR) \( -name "CVS" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \
+       find $(DISTDIR) \( -name "CVS" -o -name ".cvsignore" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \
                        \( -name "makefile.*" -a ! -name "makefile.unx" \) \) \
                        -print0 | xargs -0 rm -rf