summaryrefslogtreecommitdiff
path: root/glcdgraphics
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 /glcdgraphics
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 'glcdgraphics')
-rw-r--r--glcdgraphics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcdgraphics/Makefile b/glcdgraphics/Makefile
index 399b3ad..7f7ff74 100644
--- a/glcdgraphics/Makefile
+++ b/glcdgraphics/Makefile
@@ -21,7 +21,7 @@ HEADERS = bitmap.h font.h glcd.h image.h imagefile.h pbm.h
### Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies: