diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-16 18:49:01 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-16 18:49:01 (EST) |
commit | ad1534c1ddd89ca0aec060edc1266d05b5e5d6e0 (patch) | |
tree | e30b2a986ec4aa5fa8a8e1a5755ef626e125360e /build | |
parent | 58a817b684ce0d52933061626b90879651abd999 (diff) |
Quote operand to rm.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ build: configure install: build oh-autoinstall - rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libexpat.la + rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libexpat.la' oh-fixperms oh-strip -k oh-installfiles |