]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs.
authorNathan Scott <nathans@sgi.com>
Mon, 10 Feb 2003 05:34:38 +0000 (05:34 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 10 Feb 2003 05:34:38 +0000 (05:34 +0000)
include/buildmacros

index f911798772c05097b12d8f632bc949da15c530cc..19be5892c98b51e10bd7e9c3c8fe38381ea57eeb 100644 (file)
@@ -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 \