From 41c5c253742c01364b85b0dd33e901bf5793d6d6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 20 Nov 2011 15:03:19 +0100 Subject: fix distclean for patch 001_add-main-makefile.patch --- debian/patches/001_add-main-makefile.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/patches') 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 -- cgit v1.2.3