aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-04-12 17:19:18 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-04-12 17:19:18 +0300
commitdf1acefa220213a3e2f53abf0377f3350875061c (patch)
treebe2f641baeafd261454657cc2ed81f52f5775981
parentd00ed4da566e96d4e8a2ddcf0c9755e8cd24b2ed (diff)
downloadmmpri-df1acefa220213a3e2f53abf0377f3350875061c.tar.gz
mmpri-df1acefa220213a3e2f53abf0377f3350875061c.tar.bz2
Fix another typo in MakefileHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9c7920..0fe3636 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ OBJECTS=$(SOURCES:.c=.o)
BUILD_LIBRARY=$(PROJECT).so
CPPFLAGS=-I$(RSYSLOGDIR) -I$(RSYSLOGDIR)/runtime -I$(RSYSLOGDIR)/grammar -I/usr/include/libfastjson $(DEFINES)
CFLAGS=-pthread -fPIC -DPIC $(O)
-LDFLAGS=-shared -fPIC -DPIC -Wl,-soname -Wl,$(BUILD_LIBRARY) $(0)
+LDFLAGS=-shared -fPIC -DPIC -Wl,-soname -Wl,$(BUILD_LIBRARY)
LIBS=
DISTFILES=$(SOURCES) Makefile pkglibdir.mk xver.m4 README

Return to:

Send suggestions and report system problems to the System administrator.