~ubuntu-branches/ubuntu/karmic/openafs/karmic-updates

« back to all changes in this revision

Viewing changes to src/bozo/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
bosint.cs.o: bosint.cs.c ${RPCINCLS}
49
49
 
50
50
bosint.cs.c: bosint.xg
51
 
        ${RXGEN} -x -C -o $@ ${srcdir}/bosint.xg
 
51
        ${RXGEN} -x -A -C -o $@ ${srcdir}/bosint.xg
52
52
 
53
53
bosint.ss.c: bosint.xg
54
 
        ${RXGEN} -x -S -o $@ ${srcdir}/bosint.xg
 
54
        ${RXGEN} -x -A -S -o $@ ${srcdir}/bosint.xg
55
55
 
56
56
bosint.xdr.c: bosint.xg
57
 
        ${RXGEN} -x -c -o $@ ${srcdir}/bosint.xg
 
57
        ${RXGEN} -x -A -c -o $@ ${srcdir}/bosint.xg
58
58
 
59
59
bosint.h: bosint.xg
60
 
        ${RXGEN} -x -h -o $@ ${srcdir}/bosint.xg
 
60
        ${RXGEN} -x -A -h -o $@ ${srcdir}/bosint.xg
61
61
 
62
62
bosint.cs.c: bosint.h
63
63
bosint.ss.c: bosint.h