diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 14:56:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-11-20 14:56:16 +0100 |
commit | b026a8005efd35e8b8cb654836f8ba2bc72df05e (patch) | |
tree | be16d0f0b3db1511b65e4b4c87e45bed7ba6b0b3 /debian/patches/007_nxcompshad-clean-gch-files.patch | |
parent | d93577c581456bff0471ecb69cde5bb9842806e4 (diff) | |
download | nx-libs-b026a8005efd35e8b8cb654836f8ba2bc72df05e.tar.gz nx-libs-b026a8005efd35e8b8cb654836f8ba2bc72df05e.tar.bz2 nx-libs-b026a8005efd35e8b8cb654836f8ba2bc72df05e.zip |
Add patch: 007_nxcompshad-clean-gch-files.patch.
Diffstat (limited to 'debian/patches/007_nxcompshad-clean-gch-files.patch')
-rw-r--r-- | debian/patches/007_nxcompshad-clean-gch-files.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/007_nxcompshad-clean-gch-files.patch b/debian/patches/007_nxcompshad-clean-gch-files.patch new file mode 100644 index 000000000..97f543e2f --- /dev/null +++ b/debian/patches/007_nxcompshad-clean-gch-files.patch @@ -0,0 +1,11 @@ +--- a/nxcompshad/Makefile.in ++++ b/nxcompshad/Makefile.in +@@ -185,7 +185,7 @@ + install.man: + + clean: +- -rm -f *~ *.o *.bak st?????? core core.* *.out.* *.exe.stackdump \ ++ -rm -f *~ *.o *.gch *.bak st?????? core core.* *.out.* *.exe.stackdump \ + $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE) $(LIBDLL) $(LIBDLLSTATIC) $(PROGRAM) $(PROGRAM).exe + + distclean: clean |