From: Marek P. <ma...@us...> - 2002-01-30 00:26:25
|
Update of /cvsroot/javaprofiler/library/src2 In directory usw-pr-cvs1:/tmp/cvs-serv30642/src2 Modified Files: Makefile.rules Log Message: fixes Index: Makefile.rules =================================================================== RCS file: /cvsroot/javaprofiler/library/src2/Makefile.rules,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile.rules 2001/11/25 22:33:47 1.6 --- Makefile.rules 2002/01/30 00:26:22 1.7 *************** *** 5,9 **** CommunShMem.o \ CommunShMem.obj: CommunShMem.cpp ../src/main/includes.h ! $(JAVAH) -o CommunShMem.h $(JPIIMPL2).CommunShMem $(CCC) $(CPPFLAGS) CommunShMem.cpp --- 5,9 ---- CommunShMem.o \ CommunShMem.obj: CommunShMem.cpp ../src/main/includes.h ! $(JAVAH) -o CommunShMem.h -classpath . $(JPIIMPL2).CommunShMem $(CCC) $(CPPFLAGS) CommunShMem.cpp |