From 6523d5e0c8389375ab3358fac1d55052a8e6b6bf Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 12 Jul 2001 03:14:13 +0000 Subject: [PATCH] top-makefile-needs-lwp-before-rx-in-kfsint-20010711 since rx needs lwp, do lwp dep first --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ad0776f10..9b334771e 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 -- 2.39.5