]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Do not automatically install tests when doing a 'make all' in QNX
authorVW <vwan@ti.com>
Wed, 20 Mar 2013 18:36:53 +0000 (11:36 -0700)
committerVW <vwan@ti.com>
Wed, 20 Mar 2013 18:36:53 +0000 (11:36 -0700)
qnx/Makefile

index 9ebe59278d0a9bd8a7279c7ef9f81a1a2d12be14..cca3e59874da6c1fb5f419354e369dee07b86ac6 100644 (file)
@@ -41,7 +41,7 @@ utils:
        @cd src/utils; make install
 
 tests: libs
-       @cd src/tests; make install
+       @cd src/tests; make
 
 ipc3x_dev: utils
        @cd src/ipc3x_dev; \