[cvs-nhc98] Fix error (nthcon: n==0 con==37) due to an interface file
Ian Lynagh
igloo@earth.li
Wed, 19 Dec 2001 16:47:19 +0000
On Wed, Dec 19, 2001 at 03:45:07PM +0000, Ian Lynagh wrote:
>
> Ian, still building...
I also needed to do
Index: src/tracer/ui/Makefile
===================================================================
RCS file: /cvs/nhc/src/tracer/ui/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- src/tracer/ui/Makefile 2001/04/12 13:50:39 1.6
+++ src/tracer/ui/Makefile 2001/12/19 16:44:37
@@ -17,8 +17,8 @@
install: ${ARCHIVE}
${INSTALL} ${ARCHIVE} ${LIBDIR}
clean:
- rm -f ${ARCHIVE} nhctracer/*.class
+ rm -f ${ARCHIVE} nhctracer/nhctracer/*.class
${ARCHIVE} jar: classfiles
- jar cf ${ARCHIVE} nhctracer/*.class
+ jar cf ${ARCHIVE} nhctracer/nhctracer/*.class
and I gave up on src/tracer/hoodui/ as it seems to be a mess of
dependency problems.
Ian