diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/007_nxcompshad-clean-gch-files.patch | 11 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 12 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 diff --git a/debian/patches/series b/debian/patches/series index 2275a3719..00679755b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ 004_nx-x11-fix-nxcompshad-build.patch 005_add_nxagent_wrapper.patch 006_remove-configure-files.patch +007_nxcompshad-clean-gch-files.patch |