diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-10 21:54:44 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-10 21:54:44 +0000 |
commit | b6a0e444d941d4e6f898094b7df1525ec6380001 (patch) | |
tree | 587339654751dfa71be83dd81e71d269dd612fb8 /winsup/Makefile.common | |
parent | b5ae313ab59b7098d554245f60e969d305c03616 (diff) | |
download | newlib-b6a0e444d941d4e6f898094b7df1525ec6380001.zip newlib-b6a0e444d941d4e6f898094b7df1525ec6380001.tar.gz newlib-b6a0e444d941d4e6f898094b7df1525ec6380001.tar.bz2 |
Minor change.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r-- | winsup/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 0778a7b..b28aa5f 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)}) |