aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-09-12 14:45:54 +0000
committerAndy Polyakov <appro@openssl.org>2008-09-12 14:45:54 +0000
commit492279f6f3acaa5365fbb41e4296f87569e4a8f2 (patch)
tree0e22e331ff48eddd3b5b37955de3ffb98e040d73 /crypto/Makefile
parent3ad74edce83f058d95a205c9c2bc344f31cf4bbe (diff)
downloadopenssl-492279f6f3acaa5365fbb41e4296f87569e4a8f2.tar.gz
AIX build updates.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index a8a81e9206..2987a81b95 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -74,7 +74,7 @@ x86_64cpuid.s: x86_64cpuid.pl
$(PERL) x86_64cpuid.pl $@
ia64cpuid.s: ia64cpuid.S
$(CC) $(CFLAGS) -E ia64cpuid.S > $@
-ppccpuid.s: ppccpuid.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+ppccpuid.s: ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@
testapps:
[ -z "$(THIS)" ] || ( if echo ${SDIRS} | fgrep ' des '; \