mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Fix build problem on Tru64.
This commit is contained in:
parent
673c55a2fe
commit
62aa5dd415
@ -130,7 +130,7 @@ osx_ppc32-mont.s: asm/ppc-mont.pl; $(PERL) $< $@
|
||||
osx_ppc64-mont.s: asm/ppc-mont.pl; $(PERL) $< $@
|
||||
|
||||
alpha-mont.s: asm/alpha-mont.pl
|
||||
$(PERL) $< | $(CC) -E - > $@
|
||||
$(PERL) $< | $(CC) -E - | tee $@ > /dev/null
|
||||
|
||||
# GNU make "catch all"
|
||||
%-mont.s: asm/%-mont.pl; $(PERL) $< $(CFLAGS) > $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user