From 09bbb4571b7343ab0c3163e46e8d37b3e0e02ee1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Feb 2019 12:07:06 +0000 Subject: tidy up bmp and ico makefile entries to be one per line --- content/handlers/image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content') diff --git a/content/handlers/image/Makefile b/content/handlers/image/Makefile index 541cd2cf9..e5ac3b555 100644 --- a/content/handlers/image/Makefile +++ b/content/handlers/image/Makefile @@ -3,8 +3,9 @@ # S_IMAGE are sources related to image management S_IMAGE_YES := image.c image_cache.c S_IMAGE_NO := -S_IMAGE_$(NETSURF_USE_BMP) += bmp.c ico.c +S_IMAGE_$(NETSURF_USE_BMP) += bmp.c S_IMAGE_$(NETSURF_USE_GIF) += gif.c +S_IMAGE_$(NETSURF_USE_BMP) += ico.c S_IMAGE_$(NETSURF_USE_JPEG) += jpeg.c S_IMAGE_$(NETSURF_USE_ROSPRITE) += nssprite.c S_IMAGE_$(NETSURF_USE_PNG) += png.c -- cgit v1.2.3