summaryrefslogtreecommitdiff
path: root/tools/crtfont
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2011-01-26 11:37:15 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2011-01-26 11:37:15 +0100
commit1eabbd742da6d0ce442865b35c364e554d946022 (patch)
treea22393da5ac645dd073fb5c6c2efa689d4286914 /tools/crtfont
parentb40c55ddd61a52dc67e5c4a51a7da9923e26db13 (diff)
downloadgraphlcd-base-1eabbd742da6d0ce442865b35c364e554d946022.tar.gz
graphlcd-base-1eabbd742da6d0ce442865b35c364e554d946022.tar.bz2
removed unneeded LDFLAGS
see http://projects.vdr-developer.org/issues/530
Diffstat (limited to 'tools/crtfont')
-rw-r--r--tools/crtfont/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/crtfont/Makefile b/tools/crtfont/Makefile
index 29f0b5e..bcd100f 100644
--- a/tools/crtfont/Makefile
+++ b/tools/crtfont/Makefile
@@ -17,7 +17,7 @@ all: $(PRGNAME)
# Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies: