diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-05 11:42:10 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-05 11:42:10 -0500 |
commit | bb7147e72d6da19b43ba014a14239923f74e3c68 (patch) | |
tree | d94f9495c2903f941e22ab6af8066961a8d2a691 /client.mk | |
parent | 2d98a15f90fb27c0f2cf607ca985df84d344f85d (diff) | |
download | basilisk-bb7147e72d6da19b43ba014a14239923f74e3c68.tar.gz |
Use the platform's copy of config.guess
Diffstat (limited to 'client.mk')
-rw-r--r-- | client.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ SH := /bin/sh PERL ?= perl PYTHON ?= $(shell which python2.7 > /dev/null 2>&1 && echo python2.7 || echo python) -CONFIG_GUESS_SCRIPT := $(wildcard $(TOPSRCDIR)/build/autoconf/config.guess) +CONFIG_GUESS_SCRIPT := $(wildcard $(TOPSRCDIR)/platform/build/autoconf/config.guess) ifdef CONFIG_GUESS_SCRIPT CONFIG_GUESS := $(shell $(CONFIG_GUESS_SCRIPT)) endif |