Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 67902 invoked from network); 5 Dec 2006 00:15:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 00:15:15 -0000 Received: (qmail 88109 invoked by uid 500); 5 Dec 2006 00:15:24 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 88074 invoked by uid 500); 5 Dec 2006 00:15:24 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 88049 invoked by uid 99); 5 Dec 2006 00:15:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 16:15:24 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 16:15:14 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id D4DBB1A9846; Mon, 4 Dec 2006 16:14:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r482424 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmls/unix/makefile Date: Tue, 05 Dec 2006 00:14:33 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061205001433.D4DBB1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hindessm Date: Mon Dec 4 16:14:31 2006 New Revision: 482424 URL: http://svn.apache.org/viewvc?view=rev&rev=482424 Log: Remove include path that I forgot to change during linux to unix rename but that actually turns out to be obsolete since the included file is now in the HDK anyway. Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmls/unix/makefile Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmls/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmls/unix/makefile?view=diff&rev=482424&r1=482423&r2=482424 ============================================================================== --- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmls/unix/makefile (original) +++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmls/unix/makefile Mon Dec 4 16:14:31 2006 @@ -19,7 +19,7 @@ include $(HY_HDK)/build/make/defines.mk -CFLAGS += -I../../include/shared -I../../include/linux +CFLAGS += -I../../include/shared BUILDFILES = $(SHAREDSUB)vmls.o LIBNAME = $(LIBPATH)libhyvmls.a