Commit 98066e6c authored by Chris McDonough's avatar Chris McDonough

Macro declaration can't be on same line as target.

parent 6291fb1c
......@@ -72,7 +72,8 @@ uninstall:
# extensions because it also compiles bytecode, but it's more intuitive and
# less expensive in the common case than letting distutils
# potentially rebuild the binaries when we've done that already.
inplace: PREFIX=${BASE_DIR} install
inplace: PREFIX=${BASE_DIR}
inplace: install
# instance: Do an inplace build and create an instance home in the resulting
# software home.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment