~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-07-21 10:10:21 UTC
  • mto: (17.6.16 experimental) (1.26.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: james.westby@ubuntu.com-20100721101021-49cpjklxtr2us40d
Tags: upstream-1.98+20100720
ImportĀ upstreamĀ versionĀ 1.98+20100720

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
MSGMERGE = @MSGMERGE@
54
54
MSGFMT = @MSGFMT@
55
55
 
56
 
ifdef ENABLE_NLS
 
56
ifeq (@USE_NLS@,yes)
57
57
LINGUAS = $(shell for i in $(srcdir)/po/*.po ; do \
58
58
                        if test -e $$i ; then echo $$i ; fi ; \
59
59
                done | sed -e "s,.*/po/\(.*\)\.po$$,\1,")
524
524
          $(builddir)/$$file; \
525
525
        done
526
526
 
527
 
.SUFFIX:
528
 
.SUFFIX: .c .o .S .d
 
527
.SUFFIXES:
 
528
.SUFFIXES: .c .o .S .d
529
529
 
530
530
# Regenerate configure and Makefile automatically.
531
531
$(srcdir)/aclocal.m4: configure.ac acinclude.m4