summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-02-17 06:39:13 -0500
committerRobert Haas <rhaas@postgresql.org>2011-02-17 06:40:32 -0500
commit24bc6b3db3579f4c480c6d0f81f7e50f1e6c0180 (patch)
tree6841ae591234d662e5165db8a2e6a7019c3c91b6 /contrib/sepgsql
parent93016983d1e8f3aeb508f1be8daf5ca5de5c5b61 (diff)
downloadpostgresql-24bc6b3db3579f4c480c6d0f81f7e50f1e6c0180.tar.gz
Remove rule to build sepgsql-regtest.pp.
Instead, document how to build it manually. Per discussion. KaiGai Kohei, with some wordsmithing by me.
Diffstat (limited to 'contrib/sepgsql')
-rw-r--r--contrib/sepgsql/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/sepgsql/Makefile b/contrib/sepgsql/Makefile
index 37a6dce89d..bc995dd29a 100644
--- a/contrib/sepgsql/Makefile
+++ b/contrib/sepgsql/Makefile
@@ -3,7 +3,7 @@
MODULE_big = sepgsql
OBJS = hooks.o selinux.o label.o dml.o \
schema.o relation.o proc.o
-DATA_built = sepgsql.sql sepgsql-regtest.pp
+DATA_built = sepgsql.sql
REGRESS = label dml misc
EXTRA_CLEAN = -r tmp *.pp sepgsql-regtest.if sepgsql-regtest.fc
@@ -20,6 +20,3 @@ endif
SHLIB_LINK += $(filter -lselinux, $(LIBS))
REGRESS_OPTS += --launcher $(top_builddir)/contrib/sepgsql/launcher
-
-sepgsql-regtest.pp: sepgsql-regtest.te
- $(MAKE) -f $(DESTDIR)/usr/share/selinux/devel/Makefile $@