diff -Naur graphlcd-base-0.1.7.orig/glcddrivers/Makefile graphlcd-base-0.1.7/glcddrivers/Makefile --- graphlcd-base-0.1.7.orig/glcddrivers/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/glcddrivers/Makefile 2011-01-25 19:44:48.000000000 +0100 @@ -28,7 +28,7 @@ ### Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: diff -Naur graphlcd-base-0.1.7.orig/glcdgraphics/Makefile graphlcd-base-0.1.7/glcdgraphics/Makefile --- graphlcd-base-0.1.7.orig/glcdgraphics/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/glcdgraphics/Makefile 2011-01-25 19:45:14.000000000 +0100 @@ -21,7 +21,7 @@ ### Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: remove all LDFLAGS, this is not neede in the part of creating the objects *.o Singed of by: Joerg Bornkessel (25 Jan 2011) diff -Naur graphlcd-base-0.1.7.orig/tools/convpic/Makefile graphlcd-base-0.1.7/tools/convpic/Makefile --- graphlcd-base-0.1.7.orig/tools/convpic/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/tools/convpic/Makefile 2011-01-25 19:46:21.000000000 +0100 @@ -18,7 +18,7 @@ # Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: diff -Naur graphlcd-base-0.1.7.orig/tools/crtfont/Makefile graphlcd-base-0.1.7/tools/crtfont/Makefile --- graphlcd-base-0.1.7.orig/tools/crtfont/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/tools/crtfont/Makefile 2011-01-25 19:46:34.000000000 +0100 @@ -17,7 +17,7 @@ # Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: diff -Naur graphlcd-base-0.1.7.orig/tools/genfont/Makefile graphlcd-base-0.1.7/tools/genfont/Makefile --- graphlcd-base-0.1.7.orig/tools/genfont/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/tools/genfont/Makefile 2011-01-25 19:46:47.000000000 +0100 @@ -20,7 +20,7 @@ # Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: diff -Naur graphlcd-base-0.1.7.orig/tools/lcdtestpattern/Makefile graphlcd-base-0.1.7/tools/lcdtestpattern/Makefile --- graphlcd-base-0.1.7.orig/tools/lcdtestpattern/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/tools/lcdtestpattern/Makefile 2011-01-25 19:46:58.000000000 +0100 @@ -18,7 +18,7 @@ # Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: diff -Naur graphlcd-base-0.1.7.orig/tools/showpic/Makefile graphlcd-base-0.1.7/tools/showpic/Makefile --- graphlcd-base-0.1.7.orig/tools/showpic/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/tools/showpic/Makefile 2011-01-25 19:47:09.000000000 +0100 @@ -18,7 +18,7 @@ # Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: diff -Naur graphlcd-base-0.1.7.orig/tools/showtext/Makefile graphlcd-base-0.1.7/tools/showtext/Makefile --- graphlcd-base-0.1.7.orig/tools/showtext/Makefile 2011-01-25 19:37:04.000000000 +0100 +++ graphlcd-base-0.1.7/tools/showtext/Makefile 2011-01-25 19:47:23.000000000 +0100 @@ -18,7 +18,7 @@ # Implicit rules: %.o: %.c - $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $< + $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< # Dependencies: