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

oldstable
Alexandre Julliard 2003-03-20 21:08:28 +00:00
parent 2ee8b5bb13
commit 8cbdb9784e
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -19,6 +19,7 @@
*/
#include "config.h"
#define NO_LIBWINE_PORT
#include "wine/port.h"
#include <ctype.h>