tt: Fixup tt build for new includes locations
Some files were trying to access the global includes directy in the build area with things like #include <api/c/tt_c.h>, which is now wrong. Se we fix all of those up. tt_c.h and tttk.h are now global, so we no longer need to root around various build dirs to find them. TT builds again.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#include <sys/wait.h>
|
||||
#include <sys/param.h>
|
||||
#include <errno.h>
|
||||
#include "api/c/tt_c.h"
|
||||
#include "Tt/tt_c.h"
|
||||
#include "util/tt_path.h"
|
||||
#include "util/tt_gettext.h"
|
||||
#include "util/copyright.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#ifndef _COPIER_H
|
||||
#define _COPIER_H
|
||||
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_string.h>
|
||||
|
||||
class copier : public _Tt_object {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include "api/c/tt_c.h"
|
||||
#include "Tt/tt_c.h"
|
||||
#include "util/tt_gettext.h"
|
||||
#include "util/copyright.h"
|
||||
#include "mover.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#ifndef _MOVER_H
|
||||
#define _MOVER_H
|
||||
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_string.h>
|
||||
|
||||
class mover : public _Tt_object {
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#if defined(OPT_BUG_SUNOS_4)
|
||||
# include <stdlib.h>
|
||||
#endif
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_path.h>
|
||||
#include <util/tt_enumname.h>
|
||||
#include <util/copyright.h>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#ifndef _RCOPIER_H
|
||||
#define _RCOPIER_H
|
||||
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_string.h>
|
||||
|
||||
class rpath : public _Tt_object {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#include "api/c/tt_c.h"
|
||||
#include "Tt/tt_c.h"
|
||||
#include "util/tt_path.h"
|
||||
#include "util/tt_gettext.h"
|
||||
#include "util/copyright.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#ifndef _REMOVER_H
|
||||
#define _REMOVER_H
|
||||
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_string.h>
|
||||
|
||||
class remover : public _Tt_object {
|
||||
|
||||
Reference in New Issue
Block a user