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

« back to all changes in this revision

Viewing changes to src/postlog/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:
19
19
$(OBJS): ../../conf/makedefs.out
20
20
 
21
21
Makefile: Makefile.in
22
 
        (cat ../../conf/makedefs.out $?) >$@
 
22
        cat ../../conf/makedefs.out $? >$@
23
23
 
24
24
test:   $(TESTPROG)
25
25
 
64
64
postlog.o: ../../include/mail_conf.h
65
65
postlog.o: ../../include/mail_params.h
66
66
postlog.o: ../../include/mail_task.h
 
67
postlog.o: ../../include/mail_version.h
67
68
postlog.o: ../../include/msg.h
68
69
postlog.o: ../../include/msg_output.h
69
70
postlog.o: ../../include/msg_syslog.h