Skip to content

Commit

Permalink
SETTINGS_MODULES aka settings_modules.xml is generated by gen_modules…
Browse files Browse the repository at this point in the history
….h, therefore make it depend on MODULES_H
  • Loading branch information
Allen Ibara committed Sep 15, 2010
1 parent 925d8be commit 624a080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.ac
Expand Up @@ -134,6 +134,8 @@ $(MODULES_H) : $(CONF)/$(AIRFRAME_XML) $(TOOLS)/gen_modules.out $(CONF)/modules/
$(Q)$(TOOLS)/gen_modules.out $(MODULES_DIR) $(SETTINGS_MODULES) $< > $@
$(Q)chmod a+r $@

$(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 $*
Expand Down

0 comments on commit 624a080

Please sign in to comment.