Skip to content

Commit

Permalink
make: fix GNUmakefile (fixup d39998f)
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Aug 16, 2023
1 parent d39998f commit acf3b09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ ifneq ($(INSDIR),)
ifeq ($(INSDIR_DOC),)
INSDIR_DOC := $(INSDIR)/doc
endif
ifeq ($(INSDIR_LICENSE,)
ifeq ($(INSDIR_LICENSE),)
INSDIR_LICENSE := $(INSDIR)/doc
endif
else
Expand Down
4 changes: 2 additions & 2 deletions docs/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- history (`ble/builtin/history -w`): write file even without any new entries (requested by Jai-JAP) `#D2053` c78e5c9f
- auto-complete: overwrite subsequent characters with self-insert in overwrite mode `#D2059` 7044b2db
- complete: move face definitions `menu_filter_*` to `core-complete-def.sh` `#D2060` af022266
- make: add `INSDIR_LICENSE` for install location of licenses (reported by willemw) `#D2063` xxxxxxxx
- make: add `INSDIR_LICENSE` for install location of licenses (reported by willemw) `#D2063` d39998f0 xxxxxxxx

## Fixes

Expand All @@ -42,7 +42,7 @@
- util: work around mawk 1.3.3-20090705 regex (reported by dongxi8, Frezrik) `#D2055` 4089c4e1
- complete: update a workaround for cobra-1.5.0 (reported by 3ximus) `#D2057` a24435d3
- make: work around ecryptfs bug (reported by juanejot) `#D2058` 969a763e dc0cdb30
- edit: update mc-4.8.29 integration (reported by mooreye) `#D2062` 2c4194a2 xxxxxxxx
- edit: update mc-4.8.29 integration (reported by mooreye) `#D2062` 2c4194a2 68c5c5c4

## Contrib

Expand Down

0 comments on commit acf3b09

Please sign in to comment.