From 9797799ad4634887fa825388c9c1efe0be11f903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Thu, 8 Jul 2021 19:05:04 +0500 Subject: regress/Makefile: add missing LDFLAGS --- regress/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/Makefile b/regress/Makefile index 36d910f..e1031aa 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -17,10 +17,10 @@ puny-test: puny-test.o ../puny.o ../utf8.o ../utils.o ../log.o ${COMPAT} -o puny-test ${LDFLAGS} iri_test: iri_test.o ../iri.o ../utf8.o ${COMPAT} - ${CC} iri_test.o ../iri.o ../utf8.o ${COMPAT} -o iri_test + ${CC} iri_test.o ../iri.o ../utf8.o ${COMPAT} -o $@ ${LDFLAGS} fill-file: fill-file.o - ${CC} fill-file.o -o fill-file + ${CC} fill-file.o -o $@ ${LDFLAGS} fcgi-test: fcgi-test.o ${CC} fcgi-test.o ${COMPAT} -o fcgi-test ${LDFLAGS} -- cgit v1.2.3