Merge pull request #1735 from rofl0r/empty_prefix

build: allow empty prefix - should this break on Amiga or other non POSIX systems, please speak up
This commit is contained in:
Bob Andrews
2022-05-06 13:04:00 +02:00
committed by GitHub
10 changed files with 131 additions and 31 deletions

View File

@@ -46,7 +46,6 @@ clean:
$(RM) -r ../html ../info
install:
$(if $(PREFIX),,$(error variable "PREFIX" must be set))
ifeq ($(wildcard ../html),../html)
$(INSTALL) -d $(DESTDIR)$(htmldir)
$(INSTALL) -m0644 ../html/*.* $(DESTDIR)$(htmldir)