Skip to content

Commit cad52ba

Browse files
authored
Merge pull request jdart1#9 from spinojara/master
Fix install bug if $(DESTDIR)$(INCDIR) does not exist
2 parents 6063d5a + 15d669f commit cad52ba

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)