diff options
author | Rene Engelhard <rene@debian.org> | 2010-12-14 23:06:57 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2010-12-14 23:08:12 +0100 |
commit | cc348ca97f7f1ebd5be3af3c106ada25eda028cc (patch) | |
tree | 513821ad5a7b9746dd13d70fc1aaf6f505e898de | |
parent | 80b2a62f92a30eaaad706a584570601eb069d1e0 (diff) |
remove redundant CFLAGS setting
-rw-r--r-- | vcl/unx/source/fontmanager/makefile.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/source/fontmanager/makefile.mk b/vcl/unx/source/fontmanager/makefile.mk index df24546e2887..5aa36a984438 100644 --- a/vcl/unx/source/fontmanager/makefile.mk +++ b/vcl/unx/source/fontmanager/makefile.mk @@ -44,7 +44,6 @@ CDEFS += -DENABLE_FONTCONFIG CFLAGS+= $(FREETYPE_CFLAGS) CFLAGS+= $(FONTCONFIG_CFLAGS) -CFLAGS+=-I$(INCCOM) # --- Files -------------------------------------------------------- |