mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* Makefile.in (CFLAGS): Look in cygwin's build directory for header files.
This commit is contained in:
parent
8bb2521761
commit
952783ba77
@ -1,3 +1,8 @@
|
||||
2009-01-03 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* Makefile.in (CFLAGS): Look in cygwin's build directory for header
|
||||
files.
|
||||
|
||||
2008-12-15 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* setpwd.cc (client_request_setpwd::serve): Don't treat removing
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Makefile for Cygwin server
|
||||
# Copyright 2003, 2006, 2007 Red Hat, Inc.
|
||||
# Copyright 2003, 2006, 2007, 2008, 2009 Red Hat, Inc.
|
||||
|
||||
# This file is part of Cygwin.
|
||||
|
||||
@ -80,7 +80,7 @@ $(cygwin_build)/%.o: $(cygwin_source)/%.c
|
||||
Makefile: Makefile.in configure
|
||||
|
||||
lib%.o: %.cc
|
||||
${filter-out -D__OUTSIDE_CYGWIN__, $(COMPILE_CXX)} -c -I$(updir)/cygwin -o $(@D)/${basename $(@F)}$o $<
|
||||
${filter-out -D__OUTSIDE_CYGWIN__, $(COMPILE_CXX)} -c -I$(updir)/cygwin -I$(bupdir)/cygwin -o $(@D)/${basename $(@F)}$o $<
|
||||
|
||||
libcygserver.a: $(LIBOBJS)
|
||||
$(AR) crus $@ $?
|
||||
|
Loading…
x
Reference in New Issue
Block a user