Skip to content

Commit 556ff30

Browse files
committed
Do not depend on static utilities for install target
1 parent 99b0921 commit 556ff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ all: $(BUILD)
4444
clean:
4545
$(RM) $(BUILD)
4646

47-
install: $(BUILD)
47+
install: $(SOFILENAME) $(SONAME) $(LIBNAME) $(ANAME) $(UTILITIES) $(HEADERS)
4848
$(MKDIR) $(DESTDIR)$(PREFIX)/$(LIBDIR)
4949
$(CP) $(SOFILENAME) $(SONAME) $(LIBNAME) $(ANAME) $(DESTDIR)$(PREFIX)/$(LIBDIR)
5050
$(MKDIR) $(DESTDIR)$(PREFIX)/$(BINDIR)

0 commit comments

Comments
 (0)