* builds/freetype.mk (dll): Remove target.

Problem reported by Jörg Günnewig <joerg.guennewig@googlemail.com>.
This commit is contained in:
Werner Lemberg 2013-06-25 09:09:30 +02:00
parent 979c5c50fb
commit ffb8b473ea
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2013-06-25 Werner Lemberg <wl@gnu.org>
* builds/freetype.mk (dll): Remove target.
Problem reported by Jörg Günnewig <joerg.guennewig@googlemail.com>.
2013-06-25 Werner Lemberg <wl@gnu.org>
[docmaker] Recognise URLs.

View File

@ -3,7 +3,7 @@
#
# Copyright 1996-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by
# Copyright 1996-2006, 2008, 2013 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -261,8 +261,6 @@ objects: $(OBJECTS_LIST)
library: $(PROJECT_LIBRARY)
dll: $(PROJECT_LIBRARY) exported_symbols
.c.$O:
$(FT_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<)