< prev index next >

jdk/test/java/awt/JAWT/Makefile.unix

Print this page

        

@@ -1,6 +1,6 @@
-# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -30,11 +30,11 @@
 JAVAH =         $(TESTJAVA)/bin/javah
 LINK =          ld
 
 J_INC =         $(TESTJAVA)/include
 INCLUDES =      -I$(J_INC) -I$(J_INC)/$(SYST) -I.
-LIBS =          -L$(TESTJAVA)/lib/$(ARCH) -ljawt -lX11
+LIBS =          -L$(TESTJAVA)/lib -ljawt -lX11
 
 all:            $(CLASSES) libmylib.so
 
 libmylib.so: $(HEADERS) $(OBJS) 
         $(LINK) -G -o libmylib.so $(OBJS) $(LIBS)
< prev index next >