Typo fix.
This commit is contained in:
parent
6a3c94a9d0
commit
f5acf70911
|
@ -3,7 +3,7 @@ normalrule {
|
||||||
ins = {},
|
ins = {},
|
||||||
outleaves = { "em_path.h" },
|
outleaves = { "em_path.h" },
|
||||||
commands = {
|
commands = {
|
||||||
"echo '#define EM_DIR \"$(PREFIX)\"' >> %{outs}",
|
"echo '#define EM_DIR \"$(PREFIX)\"' > %{outs}",
|
||||||
"echo '#define ACK_PATH \"share/ack/descr\"' >> %{outs}",
|
"echo '#define ACK_PATH \"share/ack/descr\"' >> %{outs}",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue