From 54792fe297c0965c5c5d3a5db0280d064e2d7fa2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 7 Feb 2012 21:00:44 +0100 Subject: another fix for the main Makefile --- .../patches/001_add-main-makefile.full+lite.patch | 23 ++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/patches/001_add-main-makefile.full+lite.patch b/debian/patches/001_add-main-makefile.full+lite.patch index 7cd932111..f10144608 100644 --- a/debian/patches/001_add-main-makefile.full+lite.patch +++ b/debian/patches/001_add-main-makefile.full+lite.patch @@ -5,11 +5,23 @@ Author: Mike Gabriel Last-Update: 2011-12-31 --- /dev/null +++ b/Makefile -@@ -0,0 +1,31 @@ +@@ -0,0 +1,34 @@ +#!/usr/bin/make -f + ++%: ++ $(MAKE) -C nxcomp $@ ++ $(MAKE) -C nxproxy $@ ++ if test -d nx-X11; then \ ++ $(MAKE) -C nxcompext $@; \ ++ $(MAKE) -C nxcompshad; \ ++ $(MAKE) -C nx-X11 $@; \ ++ fi ++ +all: build + ++test: ++ echo "No testing for NX (redistributed)" ++ +build-lite: + cd nxcomp && autoconf && ./configure && $(MAKE) + cd nxproxy && autoconf && ./configure && $(MAKE) @@ -28,12 +40,3 @@ Last-Update: 2011-12-31 + else \ + $(MAKE) build-full; \ + fi -+ -+%: -+ $(MAKE) -C nxcomp $@ -+ $(MAKE) -C nxproxy $@ -+ if test -d nx-X11; then \ -+ $(MAKE) -C nxcompext $@; \ -+ $(MAKE) -C nxcompshad; \ -+ $(MAKE) -C nx-X11 $@; \ -+ fi -- cgit v1.2.3