diff options
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, 0 insertions, 11 deletions
diff --git a/debian/patches/007_nxcompshad-clean-gch-files.patch b/debian/patches/007_nxcompshad-clean-gch-files.patch deleted file mode 100644 index 97f543e2f..000000000 --- a/debian/patches/007_nxcompshad-clean-gch-files.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |