From: Nathan Scott Date: Mon, 10 Feb 2003 05:34:38 +0000 (+0000) Subject: Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs. X-Git-Tag: v2.4.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3edd9e7931d25d889e0b9dbf2d3aeb8ba3db13;p=thirdparty%2Fxfsprogs-dev.git Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs. --- diff --git a/include/buildmacros b/include/buildmacros index f91179877..19be5892c 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 \