diff options
author | Yuri Dario <ydario@apache.org> | 2012-03-10 16:44:26 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-03-10 16:44:26 +0000 |
commit | 88836457f39ea5832c0bb0ee9f779a028fd78367 (patch) | |
tree | c86364b06400ff48464b048cea8fffea65323417 | |
parent | acbecf6c6d457f609336a84572257b1cc5c63f31 (diff) |
i118923 - OS/2 port: use globals for mkdir too.
-rw-r--r-- | solenv/inc/unitools.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk index 04ad3c635490..c0e62629eebc 100644 --- a/solenv/inc/unitools.mk +++ b/solenv/inc/unitools.mk @@ -163,8 +163,6 @@ GNUMAKE*=make TOUCH=touch #YD rename doesn't work across different drives! RENAME=mv -MKDIR*=mkdir$E -MKDIRHIER*=mkdir$E -p GREP=grep FIND=find LS=ls |