Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 22 years ago
parent
commit
b6d92b5d7e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package/base/binutils/binutils.conf

+ 2
- 1
package/base/binutils/binutils.conf

@ -32,7 +32,8 @@ else
preconf="mkdir -p objdir ; cd objdir" ; configscript="../configure"
if [ $stagelevel -gt 2 ] ; then
var_remove confopt " " "--disable-static"
postmake="eval $MAKE info install-info"
hook_add postmake 3 "eval $MAKE info install-info"
hook_add postmake 3 "eval $MAKE -C gas/doc install-man"
fi
fi

Loading…
Cancel
Save