mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Fix makefile
This commit is contained in:
parent
6b7c8f65a0
commit
177ba96969
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ TESTS := cat
|
|||
|
||||
# Utils stuff
|
||||
EXES_PATHS := $(addprefix build/,$(EXES))
|
||||
command := sh -c '$(1)'
|
||||
command = sh -c '$(1)'
|
||||
|
||||
# Main exe build rule
|
||||
define EXE_BUILD
|
||||
|
|
Loading…
Reference in a new issue