summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-03-23 03:57:24 +0000
committermillert <millert@openbsd.org>2001-03-23 03:57:24 +0000
commit68fc7cd51a09a7314415ff1ef0ad1ea0d01a7d1a (patch)
treec9e097fae71c1d7a4e5306fc6fdc6f87eddddd51
parentatactl SMART support; wouter@yourcreativesolutions.nl (diff)
downloadwireguard-openbsd-68fc7cd51a09a7314415ff1ef0ad1ea0d01a7d1a.tar.xz
wireguard-openbsd-68fc7cd51a09a7314415ff1ef0ad1ea0d01a7d1a.zip
explicitly generate info files via "all" target like we do for
cleandir. This is not the prettiest of things but it does work.
-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