[build] only set PAPARAZZI_SRC if not already externally set

closes #800
This commit is contained in:
Felix Ruess
2014-08-17 23:40:43 +02:00
parent 6e476c9de3
commit c8432fe18f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
# Preprocessing of XML configuration files
PAPARAZZI_SRC=$(shell pwd)
PAPARAZZI_SRC ?= $(shell pwd)
include conf/Makefile.local