Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit f89c506

Browse files
author
Matthias Koeppe
committed
build/make/Makefile.in: Restore variable OPTIONAL_INSTALLED_PACKAGES
1 parent affcad3 commit f89c506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/make/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ GCC_DEP = @SAGE_GCC_DEP@
9999
@SAGE_PACKAGE_TREES@
100100

101101
# All standard/optional/experimental installed packages (triggers the auto-update)
102-
INSTALLED_PACKAGES = @SAGE_OPTIONAL_INSTALLED_PACKAGES@
102+
OPTIONAL_INSTALLED_PACKAGES = @SAGE_OPTIONAL_INSTALLED_PACKAGES@
103+
INSTALLED_PACKAGES = $(OPTIONAL_INSTALLED_PACKAGES)
103104
INSTALLED_PACKAGE_INSTS = \
104105
$(foreach pkgname,$(INSTALLED_PACKAGES),$(inst_$(pkgname)))
105106

0 commit comments

Comments
 (0)