aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfig/Makefile')
-rw-r--r--pkgconfig/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgconfig/Makefile b/pkgconfig/Makefile
deleted file mode 100644
index 80514d6a..00000000
--- a/pkgconfig/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-DIR= ${PKGCONFIGDIR}
-SRCS= einfo.pc.in openrc.pc.in
-INC= einfo.pc openrc.pc
-
-.DEFAULT:
- ${SED} -n -e 's/^VERSION=[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1${GITVER}\"/p' ../../Makefile > version.h
-
-SED_EXTRA= -e 's:@VERSION@:${VERSION}:g'
-
-MK= ../mk
-include ../Makefile.inc
-include ${MK}/scripts.mk