Skip to content

Commit

Permalink
java-11-openjdk: udpate Makefile
Browse files Browse the repository at this point in the history
- avoid make variables in DEPENDS for SynoCommunity#6255
  • Loading branch information
hgy59 committed Jan 17, 2025
1 parent 460c9b5 commit 6f9132b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spk/java-11-openjdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ JAVA_RELEASE = 7
JAVA_VERSION = 11.0.12
SPK_VERS = $(JAVA_VERSION).$(JAVA_RELEASE)
SPK_REV = 1
SPK_ICON = src/$(SPK_NAME).png
SPK_ICON = src/java-11-openjdk.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/java-11-openjdk

MAINTAINER = SynoCommunity
DESCRIPTION = OpenJDK version $(JAVA_VERSION)+$(JAVA_RELEASE). OpenJDK 11 is the open-source reference implementation of version 11 of the Java SE Platform as specified by by JSR 384 in the Java Community Process.
Expand Down

0 comments on commit 6f9132b

Please sign in to comment.