aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-21 04:06:09 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-21 04:06:09 -0400
commit17608a9e94643f79a50cccce6fe3274a7a3210bf (patch)
tree123add7526e57afc133d8f78b6485ce24b59b6d3 /libsbutil
parenttests: add a convenience build target (diff)
downloadsandbox-17608a9e94643f79a50cccce6fe3274a7a3210bf.tar.gz
sandbox-17608a9e94643f79a50cccce6fe3274a7a3210bf.tar.bz2
sandbox-17608a9e94643f79a50cccce6fe3274a7a3210bf.zip
delete redundant headers.h stub
These dirs have -I paths to the top-level, so these redirects aren't that useful anymore. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsbutil')
-rw-r--r--libsbutil/headers.h1
-rw-r--r--libsbutil/local.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/libsbutil/headers.h b/libsbutil/headers.h
deleted file mode 100644
index 7fcc3b2..0000000
--- a/libsbutil/headers.h
+++ /dev/null
@@ -1 +0,0 @@
-#include "../headers.h"
diff --git a/libsbutil/local.mk b/libsbutil/local.mk
index d1a9ffd..0133751 100644
--- a/libsbutil/local.mk
+++ b/libsbutil/local.mk
@@ -15,7 +15,6 @@ noinst_LTLIBRARIES += %D%/libsbutil.la
%D%/get_sandbox_log.c \
%D%/get_tmp_dir.c \
%D%/environment.c \
- %D%/headers.h \
%D%/sb_backtrace.c \
%D%/sb_efuncs.c \
%D%/sb_gdb.c \