mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-18 16:14:34 +00:00
$< doesn't work as` I thought; explicily list objs
This commit is contained in:
parent
18e84bfdc5
commit
5ca52c0f2e
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user