Skip to content

Commit 15d669f

Browse files
committed
Fix install bug if $(DESTDIR)$(INCDIR) does not exist
1 parent 6063d5a commit 15d669f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ clean:
2323

2424
install: libfathom.so
2525
$(MKDIR_P) $(DESTDIR)$(LIBDIR)
26+
$(MKDIR_P) $(DESTDIR)$(INCDIR)
2627
$(INSTALL) -m 0644 libfathom.so $(DESTDIR)$(LIBDIR)
2728
$(INSTALL) -m 0644 src/{stdendian,tbconfig,tbprobe}.h $(DESTDIR)$(INCDIR)
2829

0 commit comments

Comments
 (0)