From ede6ea1f64679afffc1e7cc97da266857b9c7481 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 1 Oct 2003 02:26:41 +0000 Subject: [PATCH] Fix typo in LTFINISH invcation --- libraries/liblber/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblber/Makefile.in b/libraries/liblber/Makefile.in index 440c370953..feae38b363 100644 --- a/libraries/liblber/Makefile.in +++ b/libraries/liblber/Makefile.in @@ -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) -- 2.39.5