From 35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 22 Oct 2000 22:27:29 +0000 Subject: Test checkin. --- winsup/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/Makefile.common') 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)}) -- cgit v1.1