diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2007-02-07 12:53:02 +0000 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2007-02-07 12:53:02 +0000 |
| commit | c3def946487d9b61c7fe093466491ec6631b2c70 (patch) | |
| tree | cb74bba5ae8f12a1be47bbe3b850743d21f95a18 | |
| parent | 6a655edebd79feebe1430c1a9ce9393557b8cc24 (diff) | |
| download | libssh-c3def946487d9b61c7fe093466491ec6631b2c70.tar.gz libssh-c3def946487d9b61c7fe093466491ec6631b2c70.tar.xz libssh-c3def946487d9b61c7fe093466491ec6631b2c70.zip | |
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
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 82a29d25..59087aed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,11 +40,12 @@ SUBDIRS: % : %.o $(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS) -samplessh: sample.o +samplessh: sample.o SUBDIRS $(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS) samplesftp: samplessh $(LN) -f samplessh samplesftp +samplesshd: SUBDIRS $(CONFIG): $(LN) -f ../../config.h $(CONFIG) |
