]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
QNX: Fix default build to not 'install'
authorChris Ring <cring@ti.com>
Fri, 21 Jun 2013 21:56:52 +0000 (14:56 -0700)
committerChris 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.

qnx/Makefile

index b60c6daf637bf3d70a318c163e959b9391888d78..4a4c14d20636a98b5ef32c9c485919e99ccd359d 100644 (file)
@@ -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