diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/001_add-main-makefile.patch | 4 |
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 |