~danilo/pygettextpo/other-comments

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Henstridge
  • Date: 2005-03-22 08:20:26 UTC
  • Revision ID: Arch-1:james.henstridge@canonical.com--2004%pygettextpo--devel--0--patch-7
fix up a small makefile bug

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
$(gettexttoolsdir)/Makefile:
31
31
        cd $(gettexttoolsdir) && \
32
 
          ./configure --prefix=/usr --enable-shared --disalbe-static
 
32
          ./configure --prefix=/usr --enable-shared --disable-static
33
33
 
34
34
$(gettexttoolsdir)/src/.libs/libgettextpo.a: $(gettexttoolsdir)/Makefile
35
35
        cd $(gettexttoolsdir) && make