patch-lib_hx509_Makefile_am 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- heimdal-1.2.1.orig/lib/hx509/Makefile.am 2008-07-28 14:04:48.000000000 +0200
  3. +++ heimdal-1.2.1/lib/hx509/Makefile.am 2009-01-02 22:22:25.000000000 +0100
  4. @@ -114,15 +114,15 @@ $(gen_files_ocsp) ocsp_asn1.h: ocsp_asn1
  5. $(gen_files_pkcs10) pkcs10_asn1.h: pkcs10_asn1_files
  6. $(gen_files_crmf) crmf_asn1.h: crmf_asn1_files
  7. -asn1_compile = ../asn1/asn1_compile$(EXEEXT)
  8. +asn1_compile = asn1_compile$(EXEEXT)
  9. -ocsp_asn1_files: $(asn1_compile) $(srcdir)/ocsp.asn1
  10. +ocsp_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
  11. $(asn1_compile) --preserve-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
  12. -pkcs10_asn1_files: $(asn1_compile) $(srcdir)/pkcs10.asn1
  13. +pkcs10_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/pkcs10.asn1
  14. $(asn1_compile) --preserve-binary=CertificationRequestInfo $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (rm -f pkcs10_asn1_files ; exit 1)
  15. -crmf_asn1_files: $(asn1_compile) $(srcdir)/crmf.asn1
  16. +crmf_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/crmf.asn1
  17. $(asn1_compile) $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1)
  18. $(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h $(srcdir)/hx_locl.h
  19. @@ -141,7 +141,7 @@ SLC = $(top_builddir)/lib/sl/slc
  20. bin_PROGRAMS = hxtool
  21. hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)
  22. - $(SLC) $(srcdir)/hxtool-commands.in
  23. + slc $(srcdir)/hxtool-commands.in
  24. dist_hxtool_SOURCES = hxtool.c
  25. nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h