diff options
| author | Damien George | 2018-02-23 13:15:01 +1100 |
|---|---|---|
| committer | Damien George | 2018-02-23 13:15:01 +1100 |
| commit | 6b40a060574462bcf5e2f204a657cbac3a82d3c1 (patch) | |
| tree | 7cb67c3fa0e4584444e702e7cde08b31e140d046 /examples/embedding | |
| parent | c2f4f36010c8636f837aa28028d9dd9a951959d5 (diff) | |
examples/embedding: Don't prefix $(MPTOP) to ports/unix source files.
Otherwise the build process puts the corresponding output object files in
two directories lower, not in build/ports/unix.
Diffstat (limited to 'examples/embedding')
| -rw-r--r-- | examples/embedding/Makefile.upylib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedding/Makefile.upylib b/examples/embedding/Makefile.upylib index 6896354fd..6d6302050 100644 --- a/examples/embedding/Makefile.upylib +++ b/examples/embedding/Makefile.upylib @@ -128,7 +128,7 @@ endif MAIN_C = main.c # source files -SRC_C = $(addprefix $(MPTOP)/ports/unix/,\ +SRC_C = $(addprefix ports/unix/,\ $(MAIN_C) \ gccollect.c \ unix_mphal.c \ |
