summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-05-29 11:18:53 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-05-29 11:18:53 +0200
commit4c345e10f3587a9ed1bdcd1fb10e68c27f876961 (patch)
tree76d7770ec029acd141dbb03efdd4cb65ebcc2cf8 /tools
parent0a2e078b875a7f256b39f4be204bc5336bbff232 (diff)
downloadgraphlcd-base-4c345e10f3587a9ed1bdcd1fb10e68c27f876961.tar.gz
graphlcd-base-4c345e10f3587a9ed1bdcd1fb10e68c27f876961.tar.bz2
cleanup: remove old eColor-based code-lines; make linker happy if --as-needed is used when compiling
Diffstat (limited to 'tools')
-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..4901534 100644
--- a/tools/lcdtestpattern/Makefile
+++ b/tools/lcdtestpattern/Makefile
@@ -32,7 +32,7 @@ $(DEPFILE): Makefile
# The main program:
$(PRGNAME): $(OBJS)
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -rdynamic $(OBJS) $(LIBS) $(LIBDIRS) -lglcdgraphics -lglcddrivers -lstdc++ -o $(PRGNAME)
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -rdynamic $(OBJS) $(LIBS) $(LIBDIRS) -lglcddrivers -lglcdgraphics -lstdc++ -o $(PRGNAME)
install: $(PRGNAME)
install -d $(BINDIR)