summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-30 08:27:02 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-30 08:27:02 +0000
commit48b5bb26b950baaf7303a81d32cde8c031003ba7 (patch)
treec5873076189a8c2e7eb0db5474a44b43bd55e202 /Rules.mak
parent79a09cdaaec661c701080108a73f93d5ca71a006 (diff)
Move config stuff to a file named "Config". Makes sense to me...
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 6da32ab58..de53f9420 100644
--- 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")