aboutsummaryrefslogtreecommitdiff
path: root/winsup/Makefile.common
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-22 22:32:15 +0000
committerChristopher Faylor <me@cgf.cx>2000-10-22 22:32:15 +0000
commit1cd1a02ae804b6f2ee531c656f10c0a4c2b4b697 (patch)
treeaee43210d8bc9b455492273825d3d813df55ecba /winsup/Makefile.common
parent35fd69c6c01921e91dc5ef0bdc48d9a39a765dbb (diff)
downloadnewlib-1cd1a02ae804b6f2ee531c656f10c0a4c2b4b697.zip
newlib-1cd1a02ae804b6f2ee531c656f10c0a4c2b4b697.tar.gz
newlib-1cd1a02ae804b6f2ee531c656f10c0a4c2b4b697.tar.bz2
Minor change.
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r--winsup/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index 86ac71f..ef9e44f 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)})