forked from Mirrors/freeswitch
fix copy/paste error
This commit is contained in:
parent
9218775a17
commit
3d82b279b6
|
@ -43,7 +43,7 @@ openssl: openssl-$(OPENSSL)/.done
|
|||
openssl-$(OPENSSL)/.done: openssl-$(OPENSSL)
|
||||
openssl-$(OPENSSL):
|
||||
(test -d $@) || (wget -4 -O $@.tar.gz $(DOWNLOAD)/$@.tar.gz && tar zxfv $@.tar.gz)
|
||||
(cd $@ && ./Configure --prefix=$(PREFIX) linux-x86_64 shared && make && sudo make install && touch .done)
|
||||
(cd $@ && ./Configure --prefix=$(PREFIX) BSD-generic64 shared && make && sudo make install && touch .done)
|
||||
|
||||
libedit: libedit-$(LIBEDIT)/Makefile
|
||||
libedit-$(LIBEDIT)/Makefile: libedit-$(LIBEDIT)
|
||||
|
|
Loading…
Reference in New Issue