From: Chris Ring Date: Fri, 21 Jun 2013 21:56:52 +0000 (-0700) Subject: QNX: Fix default build to not 'install' X-Git-Tag: 3.10.00.01_eng~7 X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=commitdiff_plain;h=5034b514740a987fe1f80456402c89fd1ed84c08 QNX: Fix default build to not 'install' The default build goal shouldn't run the 'install' goal. This addresses SDOCM00102137. --- diff --git a/qnx/Makefile b/qnx/Makefile index b60c6da..4a4c14d 100644 --- a/qnx/Makefile +++ b/qnx/Makefile @@ -39,11 +39,11 @@ endif 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