diff options
author | gildea <empty> | 1994-12-05 19:30:41 +0000 |
---|---|---|
committer | gildea <empty> | 1994-12-05 19:30:41 +0000 |
commit | 250fffffc835c1e651bf545a00419ca8d8d0800f (patch) | |
tree | 82ebff673fbe406275d5649653d315b3e62b304e /xc/config | |
parent | 16ea7820fa686bb60fa0749e7d9a58c761bc0aaa (diff) |
MakeMakeSubdirs: work around SunOS's non-POSIX basename behavior
Diffstat (limited to 'xc/config')
-rw-r--r-- | xc/config/cf/Imake.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/config/cf/Imake.rules b/xc/config/cf/Imake.rules index b0f62046a..43715b105 100644 --- a/xc/config/cf/Imake.rules +++ b/xc/config/cf/Imake.rules @@ -1,6 +1,6 @@ XCOMM ----------------------------------------------------------------------- XCOMM Imake rules for building libraries, programs, scripts, and data files -XCOMM rules: $XConsortium: Imake.rules,v 1.195 94/11/21 17:13:14 kaleb Exp gildea $ +XCOMM rules: $XConsortium: Imake.rules,v 1.196 94/12/02 21:20:21 gildea Exp gildea $ /* * MACHINE-INDEPENDENT RULES; DO NOT MODIFY @@ -1896,7 +1896,7 @@ target:: @@\ esac; \ @@\ echo "making Makefiles in $$curdir$$i..."; \ @@\ itmp="$$i" \ @@\ - curtmp="$$curdir" \ @@\ + curtmp="$(CURRENT_DIR)" \ @@\ toptmp=""; \ @@\ case "$$itmp" in \ @@\ ../?*) \ @@\ |