diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ build: configure install: build oh-autoinstall + # Remove GNU Libtool archive files. + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/gawk/*.la # Remove symbolic and hard links in /usr/bin. rm -f dest/usr/bin/awk rm -f dest/usr/bin/gawk-* |