~ubuntu-branches/ubuntu/utopic/geany-plugin-spellcheck/utopic

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-06-12 11:34:42 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090612113442-8fbwsszzk4y80mxa
Tags: 0.4-0ubuntu1
* New Upstream release. LP: #386220
* Refresh debian/patches/99_ltmain_as-needed.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
PACKAGE = @PACKAGE@
17
17
VERSION = @VERSION@
18
18
 
19
 
SHELL = /bin/sh
 
19
SHELL = @SHELL@
20
20
@SET_MAKE@
21
21
 
22
22
srcdir = @srcdir@
263
263
 
264
264
Makefile: Makefile.in.in ../config.status POTFILES
265
265
        cd .. \
266
 
          && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
267
 
               $(SHELL) ./config.status
 
266
          && $(SHELL) ./config.status $(subdir)/$@.in
268
267
 
269
268
# Tell versions [3.59,3.63) of GNU make not to export all variables.
270
269
# Otherwise a system limit (for SysV at least) may be exceeded.