summaryrefslogtreecommitdiffstats
path: root/java/jdk16/files/patch-unpack::Makefile
blob: 00bd32da18e8b188160abc5ed908b03580667311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- ../../dj2se/make/tools/pack-unpack/unpack/Makefile.orig	Thu Nov 13 13:07:59 2003
+++ ../../dj2se/make/tools/pack-unpack/unpack/Makefile1	Thu Nov 13 13:07:43 2003
@@ -50,7 +50,7 @@
 ifeq ($(PLATFORM), bsd)
 OBJOUTPUT = -o #Caution:the space after the -o is significant!.
 LNKOUTPUT = $(OBJOUTPUT)
-LINK = $(CXX)
+LINK = g++
 else
 OBJOUTPUT = -o #Caution:the space after the -o is significant!.
 LNKOUTPUT = $(OBJOUTPUT)
OpenPOWER on IntegriCloud