remove extraneous space after -L flag.

This commit is contained in:
Andrew Dunstan 2006-08-02 19:02:34 +00:00
parent 0dfb595d7a
commit 959aee5bbf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
override CPPFLAGS := -I$(srcdir)/../../include -I$(libpq_srcdir) $(CPPFLAGS)
override CFLAGS += $(PTHREAD_CFLAGS) -I$(srcdir)/../../include -I$(libpq_srcdir) -I../../include -I$(top_builddir)/src/include
override LDFLAGS += -L../../ecpglib -L ../../pgtypeslib -L../../../libpq
override LDFLAGS += -L../../ecpglib -L../../pgtypeslib -L../../../libpq
override LIBS += -lpgtypes -lecpg -lpq
ECPG = ../../preproc/ecpg -I$(srcdir)/../../include