agent/src/os/bsd/Makefile

changeset 7562
0e1aa319e805
parent 4750
39432a1cefdd
child 7994
04ff2f6cd0eb
     1.1 --- a/agent/src/os/bsd/Makefile	Mon Jan 12 15:24:29 2015 +0100
     1.2 +++ b/agent/src/os/bsd/Makefile	Fri Jun 13 18:04:49 2014 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -50,9 +50,9 @@
    1.11  	ps_core.c
    1.12  OBJS    = $(SOURCES:.c=.o)
    1.13  OBJSPLUS = MacosxDebuggerLocal.o sadis.o $(OBJS)
    1.14 -EXTINCLUDE = -I/System/Library/Frameworks/JavaVM.framework/Headers -I.
    1.15 +EXTINCLUDE = -I.
    1.16  EXTCFLAGS = -m64 -D__APPLE__ -framework JavaNativeFoundation
    1.17 -FOUNDATIONFLAGS = -framework Foundation -F/System/Library/Frameworks/JavaVM.framework/Frameworks -framework JavaNativeFoundation -framework Security -framework CoreFoundation
    1.18 +FOUNDATIONFLAGS = -framework Foundation -framework JavaNativeFoundation -framework Security -framework CoreFoundation
    1.19  LIBSA = $(ARCH)/libsaproc.dylib
    1.20  endif   # Darwin
    1.21  

mercurial