OSDN Git Service

Move config stuff to a file named "Config". Makes sense to me...
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Oct 2000 08:27:02 +0000 (08:27 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Oct 2000 08:27:02 +0000 (08:27 -0000)
Rules.mak

index 6da32ab..de53f94 100644 (file)
--- a/Rules.mak
+++ b/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")