File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010generate-files-in-steps:
1111 $(MAKE) -s templates
1212 $(MAKE) Makefile.sources
13- $(MAKE) interfaces
14- $(MAKE) Makefile.depends
15- $(MAKE) generate-files
13+ $(MAKE) interfaces INCLUDESOURCES=1
14+ $(MAKE) Makefile.depends INCLUDESOURCES=1
15+ $(MAKE) generate-files INCLUDESOURCES=1 INCLUDEDEPENDS=1
1616
1717.PHONY: interfaces generate-files
1818
@@ -43,11 +43,11 @@ clean:
4343 rm -rf $(GEN_DIR)
4444 rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends
4545
46- ifeq ($(wildcard Makefile.sources),Makefile.sources )
46+ ifeq ($(INCLUDESOURCES),1 )
4747include Makefile.sources
4848endif
4949
50- ifeq ($(wildcard Makefile.depends),Makefile.depends )
50+ ifeq ($(INCLUDEDEPENDS),1 )
5151include Makefile.depends
5252endif
5353
You can’t perform that action at this time.
0 commit comments