Update of /cvsroot/nice/Nice/regtest/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25456/regtest/basic
Modified Files:
Makefile
Log Message:
Use inherited $(javac) if it exists, to prevent version mismatch problems
with the default javac command.
Index: Makefile
===================================================================
RCS file: /cvsroot/nice/Nice/regtest/basic/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 27 Dec 2001 10:56:44 -0000 1.1
--- Makefile 13 Jan 2006 17:47:49 -0000 1.2
***************
*** 1,3 ****
Nop.class Fields.class: Nop.java Fields.java
CLASSPATH=${NICE_TOP}/classes:${CLASSPATH}; export CLASSPATH; \
! javac Nop.java Fields.java
--- 1,5 ----
+ javac = javac
+
Nop.class Fields.class: Nop.java Fields.java
CLASSPATH=${NICE_TOP}/classes:${CLASSPATH}; export CLASSPATH; \
! $(javac) Nop.java Fields.java
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
|