From: Darren Tucker Date: Thu, 3 Nov 2022 10:44:23 +0000 (+1100) Subject: Fix compat regress to work with non-GNU make. X-Git-Tag: V_9_2_P1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec59effcf65b8a4c85d47ff5a271123259dd0ab8;p=thirdparty%2Fopenssh-portable.git Fix compat regress to work with non-GNU make. --- diff --git a/openbsd-compat/regress/Makefile.in b/openbsd-compat/regress/Makefile.in index fdcefdc6f..f9946bcfb 100644 --- a/openbsd-compat/regress/Makefile.in +++ b/openbsd-compat/regress/Makefile.in @@ -18,7 +18,7 @@ TESTPROGS=closefromtest$(EXEEXT) snprintftest$(EXEEXT) strduptest$(EXEEXT) \ all: t-exec ${OTHERTESTS} -%$(EXEEXT): %.c $(LIBCOMPAT) +.c: $(LIBCOMPAT) $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< $(LIBCOMPAT) $(LIBS) t-exec: $(TESTPROGS)