Removed test-dbus-sharp.exe from all target.

This commit is contained in:
Owen Fraser-Green 2004-05-02 16:15:52 +00:00
parent 3c6ef3df27
commit c9528c10af
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-05-02 Owen Fraser-Green <owen@discobabe.net>
* mono/Makefile.am: Removed test-dbus-sharp.exe from all target
2004-05-01 Owen Fraser-Green <owen@discobabe.net>
* mono/DBusType/Dict.cs: Handle empty dicts

View file

@ -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)