From: Sam Hartman Date: Wed, 11 Jul 2001 21:59:23 +0000 (+0000) Subject: Reorder lwp before rx X-Git-Tag: debian/1.0.90.20010710.snapshot-1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1d4679d4efa74f0314d6295a647e0d068a373e00;p=packages%2Fo%2Fopenafs.git Reorder lwp before rx --- diff --git a/Makefile.in b/Makefile.in index ad0776f10..5024fc0a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,7 @@ rxtests: rxobj fsint: project kfsint -kfsint: rxgen rxincls lwp +kfsint: lwp rxgen rxincls ${COMPILE_PART1} fsint ${COMPILE_PART2} export2: project fsint diff --git a/debian/patch.002_makefile_order b/debian/patch.002_makefile_order new file mode 100644 index 000000000..e0c8303d0 --- /dev/null +++ b/debian/patch.002_makefile_order @@ -0,0 +1,16 @@ +Index: Makefile.in +=================================================================== +RCS file: /afs/sipb/project/openafs/debian/cvs/openafs/Makefile.in,v +retrieving revision 1.3 +diff -u -r1.3 Makefile.in +--- Makefile.in 11 Jul 2001 04:03:19 -0000 1.3 ++++ Makefile.in 11 Jul 2001 21:51:18 -0000 +@@ -96,7 +96,7 @@ + + fsint: project kfsint + +-kfsint: rxgen rxincls lwp ++kfsint: lwp rxgen rxincls + ${COMPILE_PART1} fsint ${COMPILE_PART2} + + export2: project fsint