aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-02-10 05:34:38 +0000
committerNathan Scott <nathans@sgi.com>2003-02-10 05:34:38 +0000
commit6dbd08c44cbecac12ea98f78188a4b933211182b (patch)
tree66760c24d7ea7248e13990a5aeb5812dfbceddef
parent0c20b7eb33569f74a348d2969a49efecf71f2f68 (diff)
downloaddmapi-dev-6dbd08c44cbecac12ea98f78188a4b933211182b.tar.gz
Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs.
-rw-r--r--include/buildmacros2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buildmacros b/include/buildmacros
index f911798..19be589 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -116,7 +116,7 @@ INSTALL_LTLIB_STATIC = \
../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_DEVLIB_DIR)
INSTALL_MAN = \
- @for d in $(MAN_PAGES) ""; do \
+ @for d in $(MAN_PAGES); do \
first=true; \
for m in `$(AWK) \
'/^\.S[h|H] NAME/ {ok=1; next} ok {print; exit}' $$d \