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

« back to all changes in this revision

Viewing changes to src/libuafs/Makefile.common.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:
815
815
 
816
816
# These files are for the netscape plugin
817
817
 
818
 
$(WEBOBJ)/afs_atomlist.o: $(TOP_SRCDIR)/util//afs_atomlist.c
 
818
$(WEBOBJ)/afs_atomlist.o: $(TOP_SRCDIR)/util/afs_atomlist.c
819
819
        $(CRULE2)
820
 
$(WEBOBJ)/afs_lhash.o: $(TOP_SRCDIR)/util//afs_lhash.c
 
820
$(WEBOBJ)/afs_lhash.o: $(TOP_SRCDIR)/util/afs_lhash.c
821
821
        $(CRULE2)
822
822
$(WEBOBJ)/afs_analyze.o: $(TOP_SRC_AFS)/afs_analyze.c
823
823
        $(CRULE2)
1070
1070
 
1071
1071
$(JUAFS)/afs_atomlist.o: $(TOP_SRCDIR)/util/afs_atomlist.c
1072
1072
        $(CRULE1)
1073
 
$(JUAFS)/afs_lhash.o: $(TOP_SRCDIR)/util//afs_lhash.c
 
1073
$(JUAFS)/afs_lhash.o: $(TOP_SRCDIR)/util/afs_lhash.c
1074
1074
        $(CRULE1)
1075
1075
$(JUAFS)/afs_analyze.o: $(TOP_SRC_AFS)/afs_analyze.c
1076
1076
        $(CRULE1)