Xm/Imakefile: never try to regen XmPrivate.h on linux systems. It will always fail.
authorJon Trulson <jon@radscan.com>
Tue, 18 Sep 2012 16:14:33 +0000 (10:14 -0600)
committerJon Trulson <jon@radscan.com>
Tue, 18 Sep 2012 16:14:33 +0000 (10:14 -0600)
cde/include/Xm/Imakefile

index ecf765702217f28904a0665b6b69a8d8f3730e38..66268c0bf623d87b02d3656cd2051dd0fc0cd793 100644 (file)
@@ -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::