summaryrefslogtreecommitdiff
path: root/tools/lcdtestpattern
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/lcdtestpattern
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/lcdtestpattern')
-rw-r--r--tools/lcdtestpattern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lcdtestpattern/Makefile b/tools/lcdtestpattern/Makefile
index da165e2..504e27c 100644
--- a/tools/lcdtestpattern/Makefile
+++ b/tools/lcdtestpattern/Makefile
@@ -18,7 +18,7 @@ all: $(PRGNAME)
# Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies: