From: Christopher Faylor Date: Thu, 10 Aug 2000 21:54:44 +0000 (+0000) Subject: Minor change. X-Git-Tag: newlib-1_9_0~508 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b6a0e444d941d4e6f898094b7df1525ec6380001;p=newlib-cygwin.git Minor change. --- diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 0778a7bd7..b28aa5ff1 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -11,8 +11,8 @@ # This makefile requires GNU make. CFLAGS_COMMON:=-Wall -Wwrite-strings # -finline-functions -MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/gotham/src/comp-tools/winsup/dlmalloc -MALLOC_OBJ:=#/gotham/src/comp-tools/winsup/dlmalloc/malloc.o +MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/sourceware/winsup/dlmalloc +MALLOC_OBJ:=#/cygnus/src/sourceware/winsup/dlmalloc/malloc.o override srcdir:=${shell cd $(srcdir); pwd} ifneq (,${filter-out /%,$(srcdir)})