From e8ea30d7c0b64a555061d0d3a1602e84a2625745 Mon Sep 17 00:00:00 2001 From: wawa Date: Sat, 13 Apr 2019 20:06:13 +0000 Subject: [PATCH] typos. (submitted by marlon) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56237 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- tools/ilbmtoicon/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/ilbmtoicon/Makefile b/tools/ilbmtoicon/Makefile index cfc7b57f26..a4d1585ef6 100644 --- a/tools/ilbmtoicon/Makefile +++ b/tools/ilbmtoicon/Makefile @@ -1,4 +1,4 @@ -# Copyright © 1995-2012, The AROS Development Team. All rights reserved. +# Copyright © 1995-2019, The AROS Development Team. All rights reserved. # $Id$ # # Desc: Makefile for ilbmtoicon @@ -6,17 +6,17 @@ -include $(TOP)/config/make.cfg -HOST_LIBPNG ?= -Lpng +HOST_LIBPNG ?= -lpng HOST_LIBPNG_INCLUDES ?= -HOST_LIBPNG_LIBEXTRA ?= +HOST_LIBPNG_LIBEXTRA ?= USER_CFLAGS := -Wall -Wunused -O2 HOST_CC ?= $(CC) HOST_STRIP ?= strip ILBMTOICON ?= ilbmtoicon -INFOINFO ?= infoinfo -MECHO ?= echo +INFOINFO ?= infoinfo +ECHO ?= echo # linking of i386 on x86_64 doesn't work unless you make # sure to have the i386 build tools for your distribution @@ -38,7 +38,7 @@ all : $(ILBMTOICON) $(INFOINFO) $(ILBMTOICON) : ilbmtoicon.c @$(ECHO) "Compiling $(notdir $@)..." - @$(HOST_CC) $(HOST_CFLAGS) $< -o $@ $(HOST_LDFLAGS) $(EXTRALIBS1) + @$(HOST_CC) $(HOST_CFLAGS) $< -o $@ $(HOST_LDFLAGS) $(EXTRALIBS1) @$(HOST_STRIP) $@ $(INFOINFO) : infoinfo.c -- 2.11.4.GIT