From 7ebaa58997d3089c58fc1a023a2ddebe430e5563 Mon Sep 17 00:00:00 2001 From: Monster Iestyn <iestynjealous@ntlworld.com> Date: Wed, 11 Oct 2017 19:11:35 +0100 Subject: [PATCH] Removed makefile options that existed only for the removed ports --- src/Makefile | 4 ---- src/Makefile.cfg | 3 --- 2 files changed, 7 deletions(-) diff --git a/src/Makefile b/src/Makefile index 5368f8e6f..017bd2442 100644 --- a/src/Makefile +++ b/src/Makefile @@ -187,11 +187,7 @@ ifndef ECHO OBJDUMP:=@$(OBJDUMP) STRIP:=@$(STRIP) WINDRES:=@$(WINDRES) - CP:=@$(CP) MKDIR:=@$(MKDIR) - MKISOFS:=@$(MKISOFS) - DD:=@$(DD) - NDSTOOL:=@$(NDSTOOL) GZIP:=@$(GZIP) MSGFMT:=@$(MSGFMT) UPX:=@$(UPX) diff --git a/src/Makefile.cfg b/src/Makefile.cfg index c0dbd5022..a82cc3e57 100644 --- a/src/Makefile.cfg +++ b/src/Makefile.cfg @@ -240,10 +240,7 @@ else NASM?=nasm endif REMOVE?=rm -f -CP?=cp MKDIR?=mkdir -p -MKISOFS?=mkisofs -DD?=dd GZIP?=gzip GZIP_OPTS?=-9 -f -n GZIP_OPT2=$(GZIP_OPTS) --rsyncable