Skip to content

Commit

Permalink
Use + for jobserver since gen_aircraft.out calles make directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Ibara committed Sep 15, 2010
1 parent 624a080 commit 0281d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ac
Expand Up @@ -139,7 +139,7 @@ $(SETTINGS_MODULES) : $(MODULES_H)
%.ac_h : $(TOOLS)/gen_aircraft.out
$(Q)if (expr "$(AIRCRAFT)"); then : ; else echo "AIRCRAFT undefined: type 'make AIRCRAFT=AircraftName ...'"; exit 1; fi
@echo BUILD $(AIRCRAFT), TARGET $*
$(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) PAPARAZZI_HOME=$(PAPARAZZI_HOME) TARGET=$* Q=$(Q) $(TOOLS)/gen_aircraft.out $(AIRCRAFT)
+$(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) PAPARAZZI_HOME=$(PAPARAZZI_HOME) TARGET=$* Q=$(Q) $(TOOLS)/gen_aircraft.out $(AIRCRAFT)

%.compile: %.ac_h
cd $(AIRBORNE); $(MAKE) TARGET=$* all
Expand Down

0 comments on commit 0281d66

Please sign in to comment.