~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to src/xsasl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-04-15 16:00:44 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070415160044-xl1vjlhf9mdmf43a
Tags: 2.4.0-3
Have preinst get user approval before installing (and being broken) on a
pre-2.6 kernel.  Closes: #417530

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
$(OBJS): ../../conf/makedefs.out
26
26
 
27
27
Makefile: Makefile.in
28
 
        (cat ../../conf/makedefs.out $?) >$@
 
28
        cat ../../conf/makedefs.out $? >$@
29
29
 
30
30
test:   $(TESTPROG)
31
31