diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-22 22:43:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-22 22:43:47 +0000 |
commit | de7ba863d84c416776e1af23d923ffe0189e63e9 (patch) | |
tree | 1423ca2acc62d7e60725c208bdbe6c7c869149df /winsup/Makefile.common | |
parent | 1cd1a02ae804b6f2ee531c656f10c0a4c2b4b697 (diff) | |
download | cygnal-de7ba863d84c416776e1af23d923ffe0189e63e9.tar.gz cygnal-de7ba863d84c416776e1af23d923ffe0189e63e9.tar.bz2 cygnal-de7ba863d84c416776e1af23d923ffe0189e63e9.zip |
flip/flop 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 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)}) |