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

« back to all changes in this revision

Viewing changes to src/dauth/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:
46
46
adkint.xdr.o:   adkint.xdr.c adkint.h
47
47
 
48
48
adkint.cs.c: adkint.xg
49
 
        ${RXGEN} -C -o $@ ${srcdir}/adkint.xg
 
49
        ${RXGEN} -C -u -o $@ ${srcdir}/adkint.xg
50
50
 
51
51
adkint.xdr.c: adkint.xg
52
52
        ${RXGEN} -c -o $@ ${srcdir}/adkint.xg
53
53
 
54
54
adkint.h: adkint.xg
55
 
        ${RXGEN} -h -o $@ ${srcdir}/adkint.xg
 
55
        ${RXGEN} -h -u -o $@ ${srcdir}/adkint.xg
56
56
 
57
57
dlog:           dlog.o $(VERS) $(OBJS) $(LIBS)
58
58
                $(CC) ${LDFLAGS} -o dlog dlog.o $(VERS) $(OBJS) ${LIBS} \