diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,8 @@ #! /usr/bin/make -f +nop: + @: + configure: oh-autoconfigure touch $@ @@ -12,6 +15,4 @@ install: build oh-autoinstall oh-fixperms oh-strip - rm -rf dest/usr/local/man - rm -rf dest/usr/local/info oh-installfiles |