Skip to content

Commit

Permalink
Merge pull request droe#255 from arkamar/make
Browse files Browse the repository at this point in the history
Unify test and mkdir target
  • Loading branch information
droe authored Aug 6, 2019
2 parents 18399d7 + fb4202e commit 343535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ $(TARGET).conf.5: $(TARGET).conf.5.in $(MKFS) FORCE
install: $(TARGET) $(TARGET).conf $(TARGET).1 $(TARGET).conf.5
test -d $(DESTDIR)$(PREFIX)/bin || $(MKDIR) -p $(DESTDIR)$(PREFIX)/bin
test -d $(DESTDIR)$(PREFIX)/$(TARGET) || \
$(MKDIR) -p $(DESTDIR)$(PREFIX)/sslsplit
$(MKDIR) -p $(DESTDIR)$(PREFIX)/$(TARGET)
test -d $(DESTDIR)$(PREFIX)/$(MANDIR)/man1 || \
$(MKDIR) -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
test -d $(DESTDIR)$(PREFIX)/$(MANDIR)/man5 || \
Expand Down

0 comments on commit 343535a

Please sign in to comment.