Get tttypes installed correctly.
authorJon Trulson <jon@radscan.com>
Tue, 3 Dec 2019 02:59:44 +0000 (19:59 -0700)
committerJon Trulson <jon@radscan.com>
Tue, 3 Dec 2019 02:59:44 +0000 (19:59 -0700)
commitcdc9eae58316612ec5d233378a96e4fbefed6acb
tree093712a5d22385a01de43892e754f1c0e38fc785
parent0cc0766cbd7fbf6a24400200bb31b95848dbb549
Get tttypes installed correctly.

There is a problem with CPP_PROGRAM - using $CPP or $GENCPP (tradcpp)
always fails in tt_type_comp with the error:

"nclude ", line 8: syntax error

If I define it to /lib/cpp (previous hardcoded value) then it seems to
work fine.  Only the dtinfo and dtinfo_start ptypes use #include, and
therefore show this error.  Needs investigation.
cde/lib/tt/bin/tt_type_comp/Makefile.am
cde/programs/tttypes/Makefile.am