mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 10:40:27 +09:00
VMiklos from frugalware.org patch for -j2 compilation that was broken
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@110 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -40,11 +40,12 @@ SUBDIRS:
|
|||||||
% : %.o
|
% : %.o
|
||||||
$(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS)
|
$(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
samplessh: sample.o
|
samplessh: sample.o SUBDIRS
|
||||||
$(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS)
|
$(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
samplesftp: samplessh
|
samplesftp: samplessh
|
||||||
$(LN) -f samplessh samplesftp
|
$(LN) -f samplessh samplesftp
|
||||||
|
samplesshd: SUBDIRS
|
||||||
|
|
||||||
$(CONFIG):
|
$(CONFIG):
|
||||||
$(LN) -f ../../config.h $(CONFIG)
|
$(LN) -f ../../config.h $(CONFIG)
|
||||||
|
|||||||
Reference in New Issue
Block a user