aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/024_fix-make-clean.full+lite.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-10-20 08:15:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-10-20 08:15:35 +0200
commit380d23968d270a923c774bd8639110fee945696e (patch)
tree1ba0ee579d5a13496985563db3cddbf733477775 /debian/patches/024_fix-make-clean.full+lite.patch
parent1e3d69216de360ac2400196316ab572776c7c2a8 (diff)
downloadnx-libs-380d23968d270a923c774bd8639110fee945696e.tar.gz
nx-libs-380d23968d270a923c774bd8639110fee945696e.tar.bz2
nx-libs-380d23968d270a923c774bd8639110fee945696e.zip
Add patches: 024_fix-make-clean.full.patch, 024_fix-make-clean.full+lite.patch. Fix clean-up of build tree after make build has run.
Diffstat (limited to 'debian/patches/024_fix-make-clean.full+lite.patch')
-rw-r--r--debian/patches/024_fix-make-clean.full+lite.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/024_fix-make-clean.full+lite.patch b/debian/patches/024_fix-make-clean.full+lite.patch
new file mode 100644
index 000000000..74d52d785
--- /dev/null
+++ b/debian/patches/024_fix-make-clean.full+lite.patch
@@ -0,0 +1,16 @@
+--- a/nxcomp/Makefile.in
++++ b/nxcomp/Makefile.in
+@@ -313,4 +313,4 @@
+
+ distclean: clean
+ -rm -rf autom4te.cache config.status config.log \
+- config.cache depend.status Makefile tags
++ config.cache depend.status Makefile tags configure
+--- a/nxproxy/Makefile.in
++++ b/nxproxy/Makefile.in
+@@ -109,4 +109,4 @@
+ $(PROGRAM) $(PROGRAM).exe $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE)
+
+ distclean: clean
+- -rm -f config.status config.log config.cache depend.status Makefile tags
++ -rm -rf autom4te.cache config.status config.log config.cache depend.status Makefile tags configure