[openssh-commits] [openssh] 01/01: $< doesn't work as` I thought; explicily list objs
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Nov 28 18:10:42 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 5ca52c0f2e5e7f7d01d8d557b994b5c2087bed00
Author: Damien Miller <djm at mindrot.org>
Date: Thu Nov 28 18:09:07 2019 +1100
$< doesn't work as` I thought; explicily list objs
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index c775a260..8528db3b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -603,7 +603,7 @@ SK_DUMMY_OBJS=\
$(CC) $(CFLAGS) $(CPPFLAGS) -fPIC -c $< -o $@
regress/misc/sk-dummy/sk-dummy.so: $(SK_DUMMY_OBJS)
- $(CC) $(CFLAGS) $(CPPFLAGS) -fPIC -shared -o $@ $< \
+ $(CC) $(CFLAGS) $(CPPFLAGS) -fPIC -shared -o $@ $(SK_DUMMY_OBJS) \
-L. -Lopenbsd-compat -lopenbsd-compat $(LIBS)
regress-binaries: regress-prep $(LIBCOMPAT) \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list