diff options
-rw-r--r-- | java/openjdk8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 4c7553428f2d..cb3f224f7128 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -256,7 +256,7 @@ post-patch: post-patch-ALSA-off: @${REINPLACE_CMD} '/EXTRA_SOUND_JNI_LIBS += jsoundalsa/d' \ - ${WRKSRC}/jdk/make/lib/SoundLibraries.gmk + ${WRKSRC}/jdk/make/lib/SoundLibraries.gmk post-build: .if !defined(BUILD_JRE) |