From 9b77aa08b4730e613f82fc9dc26a94a41b4dcc3a Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Tue, 18 Sep 2012 10:14:33 -0600 Subject: [PATCH] Xm/Imakefile: never try to regen XmPrivate.h on linux systems. It will always fail. --- cde/include/Xm/Imakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cde/include/Xm/Imakefile b/cde/include/Xm/Imakefile index ecf765702..66268c0bf 100644 --- a/cde/include/Xm/Imakefile +++ b/cde/include/Xm/Imakefile @@ -12,8 +12,12 @@ ALLHEADERS = *.h BuildIncludes($(HEADERS),Xm,..) +XCOMM We do not build with Motif sources on Linux, so this will never +XCOMM do the right thing on that platform. Just leave XmPrivate.h as-is. +#if !defined(LinuxArchitecture) XmPrivate.h: extractprototype.awk awk -f extractprototype.awk $(MLIBSRC)/Xm/$(ALLHEADERS) > $@ || rm -f $@ +#endif depend::