From eb2632a84364899d0d9ce880802d259cf8814006 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 6 Jan 2017 23:53:51 +0100 Subject: Amend files to satisfy lintian Thanks Axel Beckert --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 381f11a..17031ba 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,12 @@ SHELL=/bin/sh CC=gcc -CFLAGS=-ansi -pedantic +CFLAGS:=-ansi -pedantic $(CFLAGS) FLAGS= # command-line macro colorize: colorize.c perl ./version.pl > version.h - $(CC) $(CFLAGS) -o colorize colorize.c -DCFLAGS="$(CFLAGS)" -DHAVE_VERSION $(FLAGS) + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o colorize colorize.c -DCFLAGS="$(CFLAGS)" -DHAVE_VERSION $(FLAGS) check: perl ./test.pl --regular -- cgit v1.2.3