~ubuntu-branches/ubuntu/quantal/lpr/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Majer
  • Date: 2006-11-04 23:21:59 UTC
  • mfrom: (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20061104232159-4sbjww5mmvuwcrqx
Tags: 1:2006.11.04
* Added upstream patches
   + lpr.c [rev. 1.39] - portability patch s/0/SEEK_SET/ in lseek
* /var/log/lp-{acct,errs} are now rotated weekly with lp:adm
   ownership with 0640 permissions. The latter is to counteract any
   security related information being leaked from filter's stderr to
   the log to the user. (closes: #390720)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
OBJ=${SRCS:.c=.o}
3
3
 
4
4
.o.c:
5
 
        gcc ${CFLAGS} -c $<
 
5
        $(CC) ${CFLAGS} -c $<
6
6
 
7
7
${PROG}: ${OBJ}
8
 
        gcc -o ${PROG} ${OBJ}
 
8
        $(CC) -o ${PROG} ${OBJ}
9
9
 
10
10
 
11
11
clean: