diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-01-06 23:53:51 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-01-06 23:53:51 +0100 |
commit | eb2632a84364899d0d9ce880802d259cf8814006 (patch) | |
tree | 2d162728079ec46e890784d68e622364305384f0 /Makefile | |
parent | 3180102d0475ab9686cfe9c9c7501d4eec567db6 (diff) | |
download | colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.gz colorize-eb2632a84364899d0d9ce880802d259cf8814006.tar.bz2 |
Amend files to satisfy lintian
Thanks Axel Beckert
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |