Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/ChangeLog4
-rw-r--r--winsup/Makefile.common2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index c400d0a18..5736e56e7 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-17 DJ Delorie <dj@cygnus.com>
+
+ * remove dependence on where pwd is
+
Sun Apr 9 23:47:45 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.common: Resolve srcdir to absolute path or it will confuse
diff --git a/winsup/Makefile.common b/winsup/Makefile.common
index 8075188ec..fe5076ba9 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)/..