aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-04-12 12:20:24 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-04-12 12:20:24 +0300
commite5dced234bf4741935b78683423630953414c864 (patch)
tree522b279720c5e509c043ac0f77858d77422df7a2
parent460eb06890b54555b4611c09b0ee06f4ec1399f9 (diff)
downloadmmpri-e5dced234bf4741935b78683423630953414c864.tar.gz
mmpri-e5dced234bf4741935b78683423630953414c864.tar.bz2
fix omission in BUILD_LIBRARY goal
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a10635..9c61262 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ LIBS=
DISTFILES=$(SOURCES) Makefile pkglibdir.mk xver.m4 README
$(BUILD_LIBRARY): $(OBJECTS)
- $(CC) -o $(BUILD_LIBRARY) $(LDFLAGS) $(LIBS)
+ $(CC) -o $(BUILD_LIBRARY) $(LDFLAGS) $(LIBS) $(OBJECTS)
install: $(BUILD_LIBRARY)
install -d $(INSTALLDIR)

Return to:

Send suggestions and report system problems to the System administrator.