# HG changeset patch # User Tuomo Valkonen # Date 1161037925 -7200 # Node ID 76174c5f04b5fa6e3e2167d0e57d86acf8cfc3ca # Parent c00694dbcde81816d6e9b3b45f6650ce8edbef68 Path fix diff -r c00694dbcde8 -r 76174c5f04b5 Makefile --- a/Makefile Thu Aug 03 23:09:14 2006 +0200 +++ b/Makefile Tue Oct 17 00:32:05 2006 +0200 @@ -4,7 +4,7 @@ # System-specific configuration is in system.mk TOPDIR=. -include build/system-inc.mk +include $(TOPDIR)/build/system-inc.mk ######################################