From be071ece5b1fc74d9e1aa3559df988e7dbbdbc5a Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Mon, 17 Jul 2017 17:03:47 +0200 Subject: [PATCH] Rename compat.c -> compat-reallocarray.c --- Makefile.am | 2 +- compat.c => compat-reallocarray.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename compat.c => compat-reallocarray.c (100%) diff --git a/Makefile.am b/Makefile.am index ae9f39d3..42a507f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS=-pedantic -Wall -Werror -Wextra AM_CPPFLAGS=-D_GNU_SOURCE bin_PROGRAMS=pick -dist_pick_SOURCES=pick.c compat.h compat.c +dist_pick_SOURCES=pick.c compat-reallocarray.c compat.h dist_man_MANS=pick.1 TESTS=tests/01.t tests/02.t tests/03.t tests/04.t tests/05.t tests/06.t \ diff --git a/compat.c b/compat-reallocarray.c similarity index 100% rename from compat.c rename to compat-reallocarray.c