# HG changeset patch # User sr # Date 1530711803 -7200 # Node ID 803ccf021d3b14ab645a9bd13e4e09f7b7b1a6f5 # Parent 13b84de2063104565090d8e40421fed2f81a915a build order was wrong diff -r 13b84de20631 -r 803ccf021d3b Make.proto --- a/Make.proto Wed Jul 04 15:43:22 2018 +0200 +++ b/Make.proto Wed Jul 04 15:43:23 2018 +0200 @@ -21,7 +21,7 @@ INCLUDE_TOP=$(TOP)/.. # subdirectories where targets are to be made: -SUBDIRS= analyzer tests +SUBDIRS= analyzer # subdirectories where Makefiles are to be made: @@ -34,7 +34,7 @@ # add the path(es) here:, # ********** OPTIONAL: MODIFY the next lines *** # LOCALINCLUDES=-Ifoo -Ibar -LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/sunit -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 +LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 # if you need any additional defines for embedded C code, @@ -118,9 +118,6 @@ prereq: cd ../../libbasic && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) " cd ../../libbasic2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) " - cd ../../libview && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) " - cd ../../libview2 && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) " - cd ../sunit && $(MAKE) "CFLAGS_LOCAL=$(GLOBALDEFINES) "