[JDBC] fix for unittests Makefile

Bob Kline bkline at rksystems.com
Wed Jul 19 14:23:32 EDT 2000


The attached patch removes an unnecessary dependency on a Unix-style
shell in freetds_jdbc/unittests/Makefile.

-- 
Bob Kline
mailto:bkline at rksystems.com
http://www.rksystems.com
-------------- next part --------------
diff -Naur original/Makefile modified/Makefile
--- original/Makefile	Wed Jul 19 14:11:27 2000
+++ modified/Makefile	Wed Jul 19 14:15:00 2000
@@ -77,7 +77,7 @@
 	(java t0006)
 
 t0006.class: Common.class t0006.java
-	CLASSPATH=`pwd`/../freetds_jdbc.jar:.:$$CLASSPATH $(JAVAC) t0006.java
+	$(JAVAC) $(JFLAGS) t0006.java
 
 t0007: t0007.class
 	(java t0007)


More information about the FreeTDS mailing list