diff options
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ build: configure touch $@ install: build - oh-autoinstall -B obj -- MAKEINFO=: + (cd obj && make MAKEINFO=: install) # Remove BFD files. rm -v \ dest/usr/include/*.h \ |