From 1eabbd742da6d0ce442865b35c364e554d946022 Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Wed, 26 Jan 2011 11:37:15 +0100 Subject: removed unneeded LDFLAGS see http://projects.vdr-developer.org/issues/530 --- glcdgraphics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glcdgraphics') 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: -- cgit v1.2.3