diff options
author | Nathan Scott <nathans@sgi.com> | 2003-02-10 05:34:38 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-02-10 05:34:38 +0000 |
commit | 5c6f21fd08436cc5987c663e7c4b0a6f1318cd10 (patch) | |
tree | 37ca6f5f5a3eeaff6ec158e903e68887304b8658 /include | |
parent | 5bd32b7d41e51b42e190024f3ae9f28702a4e0bb (diff) | |
download | attr-5c6f21fd08436cc5987c663e7c4b0a6f1318cd10.tar.gz |
Revert INSTALL_MAN buildmacro change - dopey, was causing install hangs.
Diffstat (limited to 'include')
-rw-r--r-- | include/buildmacros | 2 |
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 \ |