summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libiberty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libiberty/Makefile')
-rw-r--r--gnu/lib/libiberty/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/lib/libiberty/Makefile b/gnu/lib/libiberty/Makefile
index 06b3f20..7dd6ef0 100644
--- a/gnu/lib/libiberty/Makefile
+++ b/gnu/lib/libiberty/Makefile
@@ -2,7 +2,7 @@
SRCDIR= ${.CURDIR}/../../../contrib/binutils/libiberty
-.PATH: ${SRCDIR}
+.PATH: ${SRCDIR} ${SRCDIR}/../include
LIB= iberty
NOPIC= true
@@ -18,11 +18,8 @@ SRCS= argv.c choose-temp.c concat.c cplus-dem.c fdmatch.c fnmatch.c getopt.c \
CFLAGS+= -I${SRCDIR}/../include -I${.CURDIR}
CFLAGS+= -DHAVE_CONFIG_H
-HDRS= alloca-conf.h ansidecl.h demangle.h floatformat.h fnmatch.h getopt.h \
- libiberty.h objalloc.h obstack.h
-
-#beforeinstall:
-# ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
-# ${HDRS:S;^;${SRCDIR}/../include/;} ${DESTDIR}/usr/include/libiberty
+#INCS= alloca-conf.h ansidecl.h demangle.h floatformat.h fnmatch.h getopt.h \
+# libiberty.h objalloc.h obstack.h
+#INCSDIR=${INCLUDEDIR}/libiberty
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud