From feae08fc9e9634341d47d11002614b6cb33b6bfd Mon Sep 17 00:00:00 2001 From: werner Date: Sat, 16 Oct 2010 13:52:50 +0000 Subject: [PATCH] fped/Makefile: added LDFLAGS (currently empty) git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5986 99fdad57-331a-0410-800a-d7fa5415bdb3 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8cce0a..656b960 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ CFLAGS = -g -std=gnu99 $(CFLAGS_GTK) -DCPP='"cpp"' \ -DSVN_VERSION='"$(SVN_VERSION)$(SVN_STATUS)"' $(CFLAGS_WARN) SLOPPY = -Wno-unused -Wno-implicit-function-declaration \ -Wno-missing-prototypes -Wno-missing-declarations +LDFLAGS = LDLIBS = -lm -lfl $(LIBS_GTK) YACC = bison -y YYFLAGS = -v @@ -116,7 +117,7 @@ endif all: fped fped: $(OBJS) - $(CC) -o $@ $(OBJS) $(LDLIBS) + $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS) lex.yy.c: fpd.l y.tab.h $(LEX) fpd.l