mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-10 14:09:57 +00:00
Makefile: require libmxml.a for its installation
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
This commit is contained in:
parent
2477dbea92
commit
5d58c984e1
@ -162,7 +162,7 @@ install: $(TARGETS) install-$(LIBMXML) install-libmxml.a
|
||||
$(INSTALL_DIR) $(BUILDROOT)$(mandir)/man3
|
||||
$(INSTALL_MAN) doc/mxml.man $(BUILDROOT)$(mandir)/man3/mxml.3
|
||||
|
||||
install-libmxml.a:
|
||||
install-libmxml.a: libmxml.a
|
||||
echo Installing libmxml.a to $(BUILDROOT)$(libdir)...
|
||||
$(INSTALL_DIR) $(BUILDROOT)$(libdir)
|
||||
$(INSTALL_LIB) libmxml.a $(BUILDROOT)$(libdir)
|
||||
|
Loading…
Reference in New Issue
Block a user