--- debugger/Makefile.in.orig	Sun Mar 21 04:47:49 1999
+++ debugger/Makefile.in	Tue Dec 28 18:13:18 1999
@@ -21,7 +21,7 @@
 include $(blddir)/Make.rules
 
 $(target): $(OBJS)
-	$(CC) $(DLL_LDFLAGS) -o $@ $(OBJS) -L$(blddir)/windows $(blddir)/readline/libreadline.a $(DLL_LIBS) -ldl
+	$(CC) $(DLL_LDFLAGS) -o $@ $(OBJS) -L$(blddir)/windows $(blddir)/readline/libreadline.a $(DLL_LIBS)
 	$(RM) $(blddir)/windows/$@
 	$(LN_S) $(curdir)/$@ $(blddir)/windows/$@
 
