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 | |
parent | 69af4b5495e3a04fdd46290597658f6d05eaabfc (diff) | |
download | cygnal-35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb.tar.gz cygnal-35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb.tar.bz2 cygnal-35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb.zip |
Test checkin.
-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 ef9e44f53..86ac71fd9 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)}) |