Fix typo in LTFINISH invcation

This commit is contained in:
Howard Chu 2003-10-01 02:26:41 +00:00
parent bcb4529d9d
commit ede6ea1f64

View File

@ -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)