~ubuntu-branches/ubuntu/oneiric/openafs/oneiric-201305130334

« back to all changes in this revision

Viewing changes to src/budb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2006-10-21 20:57:09 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061021205709-y5keam1v20qxjwwo
Tags: 1.4.2-2
Upstream fix to prevent butc segfaulting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        ${CC} ${LDFLAGS} -o budb_server $(SERVER_OBJS) ${LIBS} ${XLIBS}
75
75
 
76
76
budb.cs.c: budb.rg
77
 
        ${RXGEN} -C -o $@ ${srcdir}/budb.rg
 
77
        ${RXGEN} -u -C -o $@ ${srcdir}/budb.rg
78
78
 
79
79
budb.ss.c: budb.rg
80
80
        ${RXGEN} -S -o $@ ${srcdir}/budb.rg
83
83
        ${RXGEN} -c -o $@ ${srcdir}/budb.rg
84
84
 
85
85
budb.h: budb.rg
86
 
        ${RXGEN} -h -o $@ ${srcdir}/budb.rg
 
86
        ${RXGEN} -u -h -o $@ ${srcdir}/budb.rg
87
87
 
88
88
budb.cs.c: budb.h
89
89
budb.xdr.c: budb.h