makefile.gnu not buidling from topdir makefile.gnu
authorDaniel Morgan <monodanmorg@yahoo.com>
Wed, 27 Nov 2002 07:00:37 +0000 (07:00 -0000)
committerDaniel Morgan <monodanmorg@yahoo.com>
Wed, 27 Nov 2002 07:00:37 +0000 (07:00 -0000)
svn path=/trunk/mcs/; revision=9203

mcs/class/Mono.Data.PostgreSqlClient/library-deps.stamp [deleted file]
mcs/class/Mono.Data.PostgreSqlClient/makefile.gnu

diff --git a/mcs/class/Mono.Data.PostgreSqlClient/library-deps.stamp b/mcs/class/Mono.Data.PostgreSqlClient/library-deps.stamp
deleted file mode 100644 (file)
index e69de29..0000000
index f413da300e21eacfc72fa0b933f28bdbd8f74eb6..8970d51ec332d636757eba1152f32804b795bba9 100644 (file)
@@ -3,11 +3,9 @@ topdir = ../..
 LIBRARY = $(topdir)/class/lib/Mono.Data.PostgreSqlClient.dll
 
 LIB_LIST = list
-LIB_FLAGS = -r corlib.dll -r System.dll -r System.Xml.dll -r System.Data.dll
+LIB_FLAGS = -r corlib -r System -r System.Xml -r System.Data
 
 SOURCES_INCLUDE=*.cs
-SOURCES_EXCLUDE=\
-       ./Test* 
 
 export MONO_PATH_PREFIX = $(topdir)/class/lib: