Commit 8cbdb978 authored by Alexandre Julliard's avatar Alexandre Julliard

Don't use libwine_port in makedep to avoid dependency problems.

parent 2ee8b5bb
......@@ -40,7 +40,7 @@ all: $(PROGRAMS) $(SUBDIRS)
widl wrc: wpp
makedep: makedep.o
$(CC) $(CFLAGS) -o makedep makedep.o $(LIBPORT)
$(CC) $(CFLAGS) -o makedep makedep.o
fnt2bdf: fnt2bdf.o
$(CC) $(CFLAGS) -o fnt2bdf fnt2bdf.o $(LIBPORT)
......
......@@ -19,6 +19,7 @@
*/
#include "config.h"
#define NO_LIBWINE_PORT
#include "wine/port.h"
#include <ctype.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment