diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-22 22:27:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-22 22:27:29 +0000 |
commit | 35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb (patch) | |
tree | 1423ca2acc62d7e60725c208bdbe6c7c869149df /winsup/Makefile.common | |
parent | 69af4b5495e3a04fdd46290597658f6d05eaabfc (diff) | |
download | newlib-35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb.zip newlib-35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb.tar.gz newlib-35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb.tar.bz2 |
Test checkin.
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 ef9e44f..86ac71f 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/cygnus/src/uberbaum/winsup/cygwin/dlmalloc -# MALLOC_OBJ:=/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o +MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/uberbaum/winsup/cygwin/dlmalloc +MALLOC_OBJ:=#/cygnus/src/uberbaum/winsup/cygwin/dlmalloc/malloc.o override srcdir:=${shell cd $(srcdir); pwd} ifneq (,${filter-out /%,$(srcdir)}) |