From 10c6bebb9002a17f063868437042812d69dbe521 Mon Sep 17 00:00:00 2001 From: François Revol Date: Sun, 3 Jun 2018 23:44:17 +0200 Subject: atari-mint: fix mintbin install path Not that NS really needs it (we pass the stack size to the linker), but other progs using the SDK might. --- m5475-atari-mint/Makefile | 1 + m68k-atari-mint/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/m5475-atari-mint/Makefile b/m5475-atari-mint/Makefile index 4a05c25..d418c38 100644 --- a/m5475-atari-mint/Makefile +++ b/m5475-atari-mint/Makefile @@ -191,6 +191,7 @@ $(BUILDSTEPS)/mintbin.d: $(BUILDSTEPS)/mintbin-srcdir.d cd $(BUILDDIR)/mintbin && $(MINTBIN_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls cd $(BUILDDIR)/mintbin && make cd $(BUILDDIR)/mintbin && make install + mv $(PREFIX)/$(TARGET_NAME)/bin/$(TARGET_NAME)-* $(PREFIX)/bin/ touch $@ $(BUILDSTEPS)/mintbin-srcdir.d: $(SOURCESDIR)/$(UPSTREAM_MINTBIN_TARBALL) diff --git a/m68k-atari-mint/Makefile b/m68k-atari-mint/Makefile index 8f1cec8..4e4623d 100644 --- a/m68k-atari-mint/Makefile +++ b/m68k-atari-mint/Makefile @@ -190,6 +190,7 @@ $(BUILDSTEPS)/mintbin.d: $(BUILDSTEPS)/mintbin-srcdir.d cd $(BUILDDIR)/mintbin && $(MINTBIN_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls cd $(BUILDDIR)/mintbin && make cd $(BUILDDIR)/mintbin && make install + mv $(PREFIX)/$(TARGET_NAME)/bin/$(TARGET_NAME)-* $(PREFIX)/bin/ touch $@ $(BUILDSTEPS)/mintbin-srcdir.d: $(SOURCESDIR)/$(UPSTREAM_MINTBIN_TARBALL) -- cgit v1.2.3