~ubuntu-branches/ubuntu/quantal/libgail-gnome/quantal

« back to all changes in this revision

Viewing changes to debian/scripts/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Akira TAGOH
  • Date: 2003-03-12 00:55:41 UTC
  • Revision ID: james.westby@ubuntu.com-20030312005541-kuxzqwt7bprg11a5
Tags: 1.0.2-2
* debian/patches/000_libgail-gnome-libtool.patch:
  - fixed libtool issue on mipsel. (closes: Bug#184258)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
all: sh.vars mk.vars
 
3
 
 
4
clean:
 
5
        rm -f sh.vars mk.vars
 
6
 
 
7
mk.vars: vars.build vars
 
8
        $(SHELL) vars.build vars make > $@
 
9
sh.vars: vars.build vars
 
10
        $(SHELL) vars.build vars shell > $@
 
11