diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-26 01:52:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-26 01:52:52 +0000 |
commit | 4b2bb1425e09dac941ddfe9023004b10eb83cead (patch) | |
tree | d87886bb694e70848d37ef5883c90aa81362c205 /winsup/Makefile.common | |
parent | c2af0de226df8a72766ec7fa19940b8177e958cd (diff) | |
download | cygnal-4b2bb1425e09dac941ddfe9023004b10eb83cead.tar.gz cygnal-4b2bb1425e09dac941ddfe9023004b10eb83cead.tar.bz2 cygnal-4b2bb1425e09dac941ddfe9023004b10eb83cead.zip |
revert erroneous checkin
Diffstat (limited to 'winsup/Makefile.common')
-rw-r--r-- | winsup/Makefile.common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/Makefile.common b/winsup/Makefile.common index ea2b004a5..8e5bbda9d 100644 --- a/winsup/Makefile.common +++ b/winsup/Makefile.common @@ -18,7 +18,6 @@ override srcdir:=${shell cd $(srcdir); pwd} ifneq (,${filter-out /%,$(srcdir)}) updir:=$(srcdir)/.. updir1:=$(updir)/.. - aux_dir:=$(updir)/../.. else updir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(srcdir)):::}} ifneq (,${findstring /,$(updir)}) @@ -26,11 +25,6 @@ ifneq (,${findstring /,$(updir)}) else updir1:=$(updir)/.. endif -ifneq (,${findstring /,$(updir1)}) - aux_dir:=${patsubst %:::,%,${patsubst %/:::,%,$(dir $(updir1)):::}} -else - aux_dir:=$(updir1)/.. -endif endif pwd:=${shell pwd} |