mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Don't create os2 and nt directories
This commit is contained in:
parent
84a2125c44
commit
b02be949b0
@ -1,3 +1,8 @@
|
||||
2000-08-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* nt, os2, tk, xv: removed all files
|
||||
* configure.in: don't create os2 and nt directories
|
||||
|
||||
2000-08-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
|
||||
|
@ -1295,14 +1295,6 @@ doc/mc.1 doc/mcedit.1 doc/mcserv.8
|
||||
intl/Makefile po/Makefile.in
|
||||
],[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
||||
|
||||
if test x$srcdir != x; then
|
||||
if test $srcdir != .; then
|
||||
mkdir nt
|
||||
mkdir os2
|
||||
cp $srcdir/pc/Makefile nt/Makefile
|
||||
fi
|
||||
fi
|
||||
|
||||
if echo "$screen_manager" | grep -q "SLang" ; then
|
||||
screen_manager="${screen_manager}${slang_term}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user