From 274bea6c1a5b0cbaf8ff88c415209c913d292349 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 30 Aug 2012 20:23:33 -0600 Subject: [PATCH] include: remove includes:: XmPrivate.h from includes Imakefile Having this dependancy in here is a problem. Depending on how the src is packaged, or, unpacked, an attempt could be made to regenerate this file, which cannot succeed unless imports/motif is setup to point to a compiled motif tree. This file can be manually regenerated by removing XmPrivate.h, and then doing a 'make XmPrivate.h' in the include/Xm dir. --- cde/include/Xm/Imakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/cde/include/Xm/Imakefile b/cde/include/Xm/Imakefile index b1b15cedf..9047dda9f 100644 --- a/cde/include/Xm/Imakefile +++ b/cde/include/Xm/Imakefile @@ -10,8 +10,6 @@ XCOMM HEADERS = XmPrivate.h ALLHEADERS = *.h -includes:: $(HEADERS) - BuildIncludes($(HEADERS),Xm,..) XmPrivate.h: extractprototype.awk