From: Arran Cudbard-Bell Date: Thu, 28 Oct 2021 18:58:47 +0000 (-0400) Subject: *sigh* we don't need to bake time.c into the strerror tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4aa3d849836598c776c23acdec7bae222c1264;p=thirdparty%2Ffreeradius-server.git *sigh* we don't need to bake time.c into the strerror tests --- diff --git a/src/lib/util/strerror_tests.mk b/src/lib/util/strerror_tests.mk index c1ca8975043..4a6fc9e5325 100644 --- a/src/lib/util/strerror_tests.mk +++ b/src/lib/util/strerror_tests.mk @@ -1,6 +1,6 @@ TARGET := strerror_tests -SOURCES := strerror_tests.c time.c +SOURCES := strerror_tests.c TGT_LDLIBS := $(LIBS) $(GPERFTOOLS_LIBS) TGT_LDFLAGS := $(LDFLAGS) $(GPERFTOOLS_LDFLAGS)