~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to crypto/txt_db/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-12-12 15:37:21 UTC
  • mto: (1.2.1 upstream) (11.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20101212153721-mfw51stum5hwztpd
Tags: upstream-1.0.0c
ImportĀ upstreamĀ versionĀ 1.0.0c

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
all:    lib
34
34
 
35
35
lib:    $(LIBOBJ)
36
 
        $(ARX) $(LIB) $(LIBOBJ)
 
36
        $(AR) $(LIB) $(LIBOBJ)
37
37
        $(RANLIB) $(LIB) || echo Never mind.
38
38
        @touch lib
39
39