Skip to content

Commit

Permalink
buildsys: drop dep on install-libgap from install-bin
Browse files Browse the repository at this point in the history
Change made in response to feedback by Bill Allombert (maintainer
of the GAP package for Debian)
  • Loading branch information
fingolfin committed Jan 11, 2023
1 parent d1d44f2 commit 644ee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ install: install-bin install-doc install-gaproot install-sysinfo install-headers
@echo "| via support@gap-system.org or https://github.com/gap-system/gap/issues |"
@echo "+--------------------------------------------------------------------------+"

install-bin: build/gap-install install-libgap
install-bin: build/gap-install
# install a special build of gap with SYS_DEFAULT_PATHS set suitably
$(INSTALL) -d -m 0755 $(DESTDIR)$(bindir)
$(LTINSTALL) build/gap-install $(DESTDIR)$(bindir)/gap
Expand Down

0 comments on commit 644ee27

Please sign in to comment.