Jelajahi Sumber

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

Eric Andersen 25 tahun lalu
induk
melakukan
48b5bb26b9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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")