From de5c724f3b6b557fca20881a7bdfa062e89bdf90 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 19 Oct 2019 23:13:35 +0100 Subject: [PATCH] stest: Use common.make and therefore our standard CFLAGS Signed-off-by: Ian Jackson --- stest/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stest/Makefile.in b/stest/Makefile.in index 4064636..df61c67 100644 --- a/stest/Makefile.in +++ b/stest/Makefile.in @@ -4,8 +4,7 @@ srcdir:=@srcdir@ topdir:=@top_srcdir@ topbuilddir:=$(shell cd .. && pwd) -CC:=@CC@ -# commmon.make +include ../common.make TARGETS=udp-preload.so check -- 2.30.2