Minor change.
This commit is contained in:
parent
b5ae313ab5
commit
b6a0e444d9
|
@ -11,8 +11,8 @@
|
||||||
# This makefile requires GNU make.
|
# This makefile requires GNU make.
|
||||||
|
|
||||||
CFLAGS_COMMON:=-Wall -Wwrite-strings # -finline-functions
|
CFLAGS_COMMON:=-Wall -Wwrite-strings # -finline-functions
|
||||||
MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/gotham/src/comp-tools/winsup/dlmalloc
|
MALLOC_DEBUG:=#-DMALLOC_DEBUG -I/cygnus/src/sourceware/winsup/dlmalloc
|
||||||
MALLOC_OBJ:=#/gotham/src/comp-tools/winsup/dlmalloc/malloc.o
|
MALLOC_OBJ:=#/cygnus/src/sourceware/winsup/dlmalloc/malloc.o
|
||||||
|
|
||||||
override srcdir:=${shell cd $(srcdir); pwd}
|
override srcdir:=${shell cd $(srcdir); pwd}
|
||||||
ifneq (,${filter-out /%,$(srcdir)})
|
ifneq (,${filter-out /%,$(srcdir)})
|
||||||
|
|
Loading…
Reference in New Issue