diff options
Diffstat (limited to 'bdftopcf')
-rw-r--r-- | bdftopcf/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdftopcf/makefile b/bdftopcf/makefile index 81986617f..e9a8abf33 100644 --- a/bdftopcf/makefile +++ b/bdftopcf/makefile @@ -8,7 +8,7 @@ INCLUDELIBFILES = \ LIBDIRS=$(dir $(INCLUDELIBFILES)) -load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);) +load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) CSRCS = bdftopcf.c |