aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Imakefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-09 11:56:14 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-09 11:56:14 +0100
commitdd20ab5e6222bb415245829af8915259da4eae3f (patch)
tree897cc60c66f127305a7d1286fb5396d7cd1722bc /nx-X11/programs/Xserver/Imakefile
parentb3496d0a7a76cb0808bbe0f7c84355e4e88878d0 (diff)
downloadnx-libs-dd20ab5e6222bb415245829af8915259da4eae3f.tar.gz
nx-libs-dd20ab5e6222bb415245829af8915259da4eae3f.tar.bz2
nx-libs-dd20ab5e6222bb415245829af8915259da4eae3f.zip
Description: Fix build on Debian (004_nx-X11_fix-nxcompshad-build.full.patch)
By an unknown reason this patch currently is needed to build nx-X11, nxcomp, nxcompshad and nxcompext with dpkg-buildpackage and debuild.
Diffstat (limited to 'nx-X11/programs/Xserver/Imakefile')
-rw-r--r--nx-X11/programs/Xserver/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/Imakefile b/nx-X11/programs/Xserver/Imakefile
index 6bf7801e7..1d12173fb 100644
--- a/nx-X11/programs/Xserver/Imakefile
+++ b/nx-X11/programs/Xserver/Imakefile
@@ -1047,7 +1047,7 @@ $(NX_XSHADOWLIBTARGET): $(NX_XSHADOWCONFIGTARGET)
#else
$(NX_XSHADOWLIBTARGET): $(NX_XSHADOWCONFIGTARGET)
cd $(NX_XSHADOWLIBDIR) && \
- make
+ rm -f *.o && make
#endif
ServerTarget(nxagent,$(NX_XSHADOWLIBTARGET) $(NXAGENTDIRS),$(NXAGENTOBJS), \