From 1d4679d4efa74f0314d6295a647e0d068a373e00 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 11 Jul 2001 21:59:23 +0000 Subject: [PATCH] Reorder lwp before rx --- Makefile.in | 2 +- debian/patch.002_makefile_order | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 debian/patch.002_makefile_order 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 -- 2.39.5