]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Push Steves INSTALL_LINGUAS shell macro fix to other buildmacros files, and
authorNathan Scott <nathans@sgi.com>
Thu, 6 Feb 2003 22:31:59 +0000 (22:31 +0000)
committerNathan Scott <nathans@sgi.com>
Thu, 6 Feb 2003 22:31:59 +0000 (22:31 +0000)
make a similar fixup for the INSTALL_MAN macro.

include/buildmacros

index 19be5892c98b51e10bd7e9c3c8fe38381ea57eeb..f911798772c05097b12d8f632bc949da15c530cc 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 \