Commit Diff


commit - 2e2e189b016fe981fcb32e2c461a7c385cb25942
commit + 9797799ad4634887fa825388c9c1efe0be11f903
blob - 36d910fb2de76942798e6072754a0cba8db98a25
blob + e1031aa5eb95162c83cd39ca3b217be9b1e07ebb
--- regress/Makefile
+++ regress/Makefile
@@ -17,10 +17,10 @@ puny-test: puny-test.o ../puny.o ../utf8.o ../utils.o 
 		-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}