From: Nathan Scott Date: Thu, 6 Feb 2003 22:31:59 +0000 (+0000) Subject: Push Steves INSTALL_LINGUAS shell macro fix to other buildmacros files, and X-Git-Tag: v2.4.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61430a9746447ebd2097e3b44ca1f67c45d6a1a5;p=thirdparty%2Fxfsprogs-dev.git Push Steves INSTALL_LINGUAS shell macro fix to other buildmacros files, and make a similar fixup for the INSTALL_MAN macro. --- diff --git a/include/buildmacros b/include/buildmacros index 19be5892c..f91179877 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 \