diff options
author | DJ Delorie <dj@redhat.com> | 2000-04-18 00:37:04 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-04-18 00:37:04 +0000 |
commit | 2cf2f0980f6606aa55b41997b8e3e393ca496cf3 (patch) | |
tree | 3a2213283311d45d6d44f5df22dcb13ae3aed277 /winsup/Makefile.common | |
parent | 14be1d44179f2e8118c5e392cb5e355bf13822a0 (diff) | |
download | newlib-2cf2f0980f6606aa55b41997b8e3e393ca496cf3.zip newlib-2cf2f0980f6606aa55b41997b8e3e393ca496cf3.tar.gz newlib-2cf2f0980f6606aa55b41997b8e3e393ca496cf3.tar.bz2 |
* remove dependence on where pwd is
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r-- | winsup/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common index 8075188..fe5076b 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -14,7 +14,7 @@ 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 -override srcdir:=${shell cd $(srcdir); /bin/pwd} +override srcdir:=${shell cd $(srcdir); pwd} ifneq (,${filter-out /%,$(srcdir)}) updir:=$(srcdir)/.. updir1:=$(updir)/.. |