Index: trunk/Makefile =================================================================== --- trunk/Makefile (revision 16233) +++ trunk/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: Index: trunk/Makefile.conf.in =================================================================== --- trunk/Makefile.conf.in (revision 16233) +++ trunk/Makefile.conf.in (revision 16234) @@ -17,8 +17,8 @@ MKDIR=@/host/fstools/mkdir@ SCCBOX=$(ROOT)/scconfig/sccbox EXE=@/target/sys/ext_exe@ +PCB_RND_HOST_CC=@/host/cc/cc@ - # The installation directoried to be used from within binaries (with # install_root/DESTDIR removed) LIBDIR_INSTALLED=@/local/prefix@/lib/pcb-rnd