mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
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.
This commit is contained in:
parent
6dd2d8a325
commit
274bea6c1a
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ XCOMM
|
|||
HEADERS = XmPrivate.h
|
||||
ALLHEADERS = *.h
|
||||
|
||||
includes:: $(HEADERS)
|
||||
|
||||
BuildIncludes($(HEADERS),Xm,..)
|
||||
|
||||
XmPrivate.h: extractprototype.awk
|
||||
|
|
Loading…
Reference in a new issue