Index: Makefile =================================================================== --- Makefile (revision 16233) +++ Makefile (revision 16234) @@ -1,9 +1,9 @@ all: FORCE - cd src_3rd/puplug/util && $(MAKE) + cd src_3rd/puplug/util && $(MAKE) CC=$(PCB_RND_HOST_CC) cd src && $(MAKE) cd util && $(MAKE) cd pcblib && $(MAKE) -# cd doc && $(MAKE) + cd doc && $(MAKE) test: FORCE cd tests && $(MAKE) test @@ -51,4 +51,6 @@ cd pcblib && $(MAKE) uninstall cd doc && $(MAKE) uninstall +include Makefile.conf + FORCE: