summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-07-23 13:07:53 +0100
committerVincent Sanders <vince@kyllikki.org>2012-07-23 13:07:53 +0100
commitd860ac0dcaa3d0cf6f0c48c054938478ccc216f6 (patch)
tree3bb80ef5fbb96ad3c510f5daf49c9d4800f4252c /makefiles/Makefile.tools
parent37c5c61657cd9b625bc43e6427f07968d974fd93 (diff)
downloadbuildsystem-d860ac0dcaa3d0cf6f0c48c054938478ccc216f6.tar.gz
buildsystem-d860ac0dcaa3d0cf6f0c48c054938478ccc216f6.tar.bz2
stop amiga target referring to mingw install environment
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 5e7a5f7..cbef0b8 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -295,7 +295,7 @@ ifeq ($(findstring amiga,$(TARGET)),amiga)
CC__ := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*gcc)
CXX__ := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*g++)
- PKGCONFIG ?= PKG_CONFIG_LIBDIR="$(PREFIX)/lib/pkgconfig:$(MINGW_INSTALL_ENV)/lib/pkgconfig:$(MINGW_INSTALL_ENV)/share/pkgconfig" pkg-config
+ PKGCONFIG ?= PKG_CONFIG_LIBDIR="$(PREFIX)/lib/pkgconfig:$(GCCSDK_INSTALL_ENV)/lib/pkgconfig:$(GCCSDK_INSTALL_ENV)/share/pkgconfig" pkg-config
# TODO: this assumes GCC
CFLAGS := $(CFLAGS) -U__STRICT_ANSI__ -I$(GCCSDK_INSTALL_ENV)/include