Browse Source

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

Eric Andersen 24 years ago
parent
commit
48b5bb26b9
1 changed files with 1 additions and 1 deletions
  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")