Revision 85489209

View differences:

deps/openssl/asm/Makefile
1
SED	?= sed
1 2
PERL	?= perl
2 3
PERL	+= -I../openssl/crypto/perlasm -I../openssl/crypto/bn/asm
3 4

  
......
111 112
.PHONY:	all
112 113
all:	$(OUTPUTS)
113 114
	# strip trailing whitespace and final blank newline
114
	sed -sri -e 's/\s+$$/\n/' -e '$$ { /^$$/d }' $^
115
	$(SED) -sri -e 's/\s+$$/\n/' -e '$$ { /^$$/d }' $^
115 116

  
116 117
clean:
117 118
	find . -iname '*.asm' -exec rm "{}" \;

Also available in: Unified diff