aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 15:03:19 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-20 15:03:19 +0100
commit41c5c253742c01364b85b0dd33e901bf5793d6d6 (patch)
tree26c68c09ace2f5c96e40639873776e92f3895caf
parentb026a8005efd35e8b8cb654836f8ba2bc72df05e (diff)
downloadnx-libs-41c5c253742c01364b85b0dd33e901bf5793d6d6.tar.gz
nx-libs-41c5c253742c01364b85b0dd33e901bf5793d6d6.tar.bz2
nx-libs-41c5c253742c01364b85b0dd33e901bf5793d6d6.zip
fix distclean for patch 001_add-main-makefile.patch
-rw-r--r--debian/patches/001_add-main-makefile.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/001_add-main-makefile.patch b/debian/patches/001_add-main-makefile.patch
index cd179f01c..02f8049d3 100644
--- a/debian/patches/001_add-main-makefile.patch
+++ b/debian/patches/001_add-main-makefile.patch
@@ -1,4 +1,4 @@
-Add main Makefile to build all NX subprojects in this source tree.--- /dev/null
+--- /dev/null
+++ b/Makefile
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
@@ -16,7 +16,7 @@ Add main Makefile to build all NX subprojects in this source tree.--- /dev/null
+
+
+distclean:
-+ cd nx-X11 && test -f Makefile && make clean || true
++ cd nx-X11 && test -f Makefile && make $@ || true
+ cd nxcomp && test -f Makefile && make $@ || true
+ cd nxcompext && test -f Makefile && make $@ || true
+ cd nxcompshad && test -f Makefile && make $@ || true