]> sourceware.org Git - newlib-cygwin.git/commitdiff
Minor change.
authorChristopher Faylor <me@cgf.cx>
Thu, 10 Aug 2000 21:54:44 +0000 (21:54 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 10 Aug 2000 21:54:44 +0000 (21:54 +0000)
winsup/Makefile.common

index 0778a7bd76ee5162a00b5d1a35d947021aae44c4..b28aa5ff1183e2bb02a81df4ff8a621b55e00964 100644 (file)
@@ -11,8 +11,8 @@
 # This makefile requires GNU make.
 
 CFLAGS_COMMON:=-Wall -Wwrite-strings # -finline-functions
-MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/gotham/src/comp-tools/winsup/dlmalloc
-MALLOC_OBJ:=#/gotham/src/comp-tools/winsup/dlmalloc/malloc.o
+MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/sourceware/winsup/dlmalloc
+MALLOC_OBJ:=#/cygnus/src/sourceware/winsup/dlmalloc/malloc.o
 
 override srcdir:=${shell cd $(srcdir); pwd}
 ifneq (,${filter-out /%,$(srcdir)})
This page took 0.031792 seconds and 5 git commands to generate.