summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba7e684)
raw | patch | inline | side by side (parent: ba7e684)
author | Chris Ring <cring@ti.com> | |
Fri, 21 Jun 2013 21:56:52 +0000 (14:56 -0700) | ||
committer | Chris Ring <cring@ti.com> | |
Fri, 21 Jun 2013 21:59:24 +0000 (14:59 -0700) |
The default build goal shouldn't run the 'install' goal.
This addresses SDOCM00102137.
This addresses SDOCM00102137.
qnx/Makefile | patch | blob | history |
diff --git a/qnx/Makefile b/qnx/Makefile
index b60c6daf637bf3d70a318c163e959b9391888d78..4a4c14d20636a98b5ef32c9c485919e99ccd359d 100644 (file)
--- a/qnx/Makefile
+++ b/qnx/Makefile
all: utils ipc3x_dev libs tests
libs: ipc3x_dev
- @cd src/api; make install
- @cd src/mm; make install
+ @cd src/api; make
+ @cd src/mm; make
utils:
- @cd src/utils; make install
+ @cd src/utils; make
tests: libs
@cd src/tests; make