Skip to content
Snippets Groups Projects
Commit ede6ea1f authored by Howard Chu's avatar Howard Chu
Browse files

Fix typo in LTFINISH invcation

parent bcb4529d
Branches
Tags
No related merge requests found
......@@ -40,5 +40,5 @@ idtest: $(XLIBS) idtest.o
install-local: FORCE
-$(MKDIR) $(DESTDIR)$(libdir)
$(LTINSTALL) $(INSTALLFLAGS) -m 644 $(LIBRARY) $(DESTDIR)$(libdir)
$(LTFINISH) $(DESTDIR)$libdir
$(LTFINISH) $(DESTDIR)$(libdir)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment