From c9528c10affb65181f619d0a54003d22fb12a8f7 Mon Sep 17 00:00:00 2001 From: Owen Fraser-Green Date: Sun, 2 May 2004 16:15:52 +0000 Subject: Removed test-dbus-sharp.exe from all target. --- mono/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mono') diff --git a/mono/Makefile.am b/mono/Makefile.am index 6efd771a..76704058 100644 --- a/mono/Makefile.am +++ b/mono/Makefile.am @@ -41,7 +41,7 @@ DBUS_SHARP_FILES= \ TEST_DBUS_SHARP_FILES=Test.cs -all: $(DLLS) $(NOINST_EXES) +all: $(DLLS) dbus-sharp.dll: $(DBUS_SHARP_FILES) $(MCS) $(MCSFLAGS) --unsafe --target library -o dbus-sharp.dll $(DBUS_SHARP_FILES) -- cgit