]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
$< doesn't work as` I thought; explicily list objs
authorDamien Miller <djm@mindrot.org>
Thu, 28 Nov 2019 07:09:07 +0000 (18:09 +1100)
committerDamien Miller <djm@mindrot.org>
Thu, 28 Nov 2019 07:10:37 +0000 (18:10 +1100)
Makefile.in

index c775a260ac0ab8ea9709ae31ea2d1c0d8eca837c..8528db3b630915f3c2cec097fa4b1d0f2411d18d 100644 (file)
@@ -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) \