Przeglądaj źródła

Move config stuff to a file named "Config". Makes sense to me...

Eric Andersen 26 lat temu
rodzic
commit
48b5bb26b9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -23,7 +23,7 @@
 # Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-include Config
+include $(TOPDIR)Config
 
 GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp")