* Makefile.in (CFLAGS): Look in cygwin's build directory for header files.

This commit is contained in:
Christopher Faylor 2009-01-03 05:37:34 +00:00
parent 8bb2521761
commit 952783ba77
2 changed files with 7 additions and 2 deletions

View File

@ -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> 2008-12-15 Corinna Vinschen <corinna@vinschen.de>
* setpwd.cc (client_request_setpwd::serve): Don't treat removing * setpwd.cc (client_request_setpwd::serve): Don't treat removing

View File

@ -1,5 +1,5 @@
# Makefile for Cygwin server # 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. # This file is part of Cygwin.
@ -80,7 +80,7 @@ $(cygwin_build)/%.o: $(cygwin_source)/%.c
Makefile: Makefile.in configure Makefile: Makefile.in configure
lib%.o: %.cc 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) libcygserver.a: $(LIBOBJS)
$(AR) crus $@ $? $(AR) crus $@ $?