diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2011-01-26 11:37:15 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2011-01-26 11:37:15 +0100 |
commit | 1eabbd742da6d0ce442865b35c364e554d946022 (patch) | |
tree | a22393da5ac645dd073fb5c6c2efa689d4286914 /glcdgraphics | |
parent | b40c55ddd61a52dc67e5c4a51a7da9923e26db13 (diff) | |
download | graphlcd-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/Makefile | 2 |
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: |