Don't link winedump to libwine

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Sat Oct 19 10:44:40 CDT 2002


Changelog:
	tools/winedump/Makefile.in:
	Don't link winedump to libwine, we don't need that
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/tools/winedump/Makefile.in
===================================================================
RCS file: /home/wine/wine/tools/winedump/Makefile.in,v
retrieving revision 1.4
diff -u -r1.4 Makefile.in
--- wine/tools/winedump/Makefile.in	2 Oct 2002 18:50:09 -0000	1.4
+++ wine/tools/winedump/Makefile.in	19 Oct 2002 15:30:17 -0000
@@ -23,7 +23,7 @@
 @MAKE_RULES@
 
 winedump: $(OBJS)
-	$(CC) $(CFLAGS) -o winedump $(OBJS) $(LIBWINE) $(LDFLAGS)
+	$(CC) $(CFLAGS) -o winedump $(OBJS) $(LDFLAGS)
 
 install:: $(PROGRAMS)
 	$(MKINSTALLDIRS) $(bindir)



More information about the wine-patches mailing list