summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-03-23 03:57:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-03-23 03:57:25 +0000
commit9092ec9079a112d1629951b1850126f1bb539bbf (patch)
tree4eca4a7c636563986bb23dcfcaf531eb0b2b1f3f /gnu/lib
parent701e28ff72b67897a05119207391d12510875cad (diff)
explicitly generate info files via "all" target like we do for
cleandir. This is not the prettiest of things but it does work.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libreadline/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index a1e63218688..5e3a2f86a1f 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/03/18 20:04:11 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2001/03/23 03:57:24 millert Exp $
LIB= readline
SRCS= readline.c funmap.c keymaps.c vi_mode.c parens.c rltty.c complete.c \
@@ -7,7 +7,6 @@ SRCS= readline.c funmap.c keymaps.c vi_mode.c parens.c rltty.c complete.c \
histexpand.c histfile.c nls.c search.c shell.c savestring.c tilde.c
HDRS= readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h
CPPFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}
-SUBDIRS= doc
includes:
@cd ${.CURDIR}; for i in $(HDRS); do \
@@ -18,6 +17,9 @@ includes:
eval "$$j"; \
done
+all:
+ @cd ${.CURDIR}/doc && ${MAKE} all
+
cleandir:
@cd ${.CURDIR}/doc && ${MAKE} cleandir