Rebuild OID database: duplicates got in there somehow??
[oweals/openssl.git] / crypto / Makefile
index 1b8c7c25918d14edd6e616d8eda3a09d64f7d1a8..af2cac96d4ca55536c537fc8ba8488935d855aba 100644 (file)
@@ -26,6 +26,7 @@ EX_LIBS=
 CFLAGS= $(INCLUDE) $(CFLAG)
 ASFLAGS= $(INCLUDE) $(ASFLAG)
 AFLAGS=$(ASFLAGS)
+CPUID_OBJ=mem_clr.o
 
 LIBS=
 
@@ -77,6 +78,9 @@ x86_64cpuid.s: x86_64cpuid.pl
        $(PERL) x86_64cpuid.pl $@
 ia64cpuid.s: ia64cpuid.S
        $(CC) $(CFLAGS) -E ia64cpuid.S > $@
+ppccpuid_%.s:          ppccpuid.pl;    $(PERL) $< $@
+ppccpuid_aix32.s:      ppccpuid.pl;    $(PERL) ppccpuid.pl $@
+ppccpuid_aix64.s:      ppccpuid.pl;    $(PERL) ppccpuid.pl $@
 
 testapps:
        [ -z "$(THIS)" ] || (   if echo ${SDIRS} | fgrep ' des '; \