OSDN Git Service

* remove dependence on where pwd is
authordj <dj>
Tue, 18 Apr 2000 00:37:04 +0000 (00:37 +0000)
committerdj <dj>
Tue, 18 Apr 2000 00:37:04 +0000 (00:37 +0000)
winsup/ChangeLog
winsup/Makefile.common

index c400d0a..5736e56 100644 (file)
@@ -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
index 8075188..fe5076b 100644 (file)
@@ -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)/..