Sun Feb 7 06:11:48 1999 Timur Bakeyev <mc@bat.ru>

* Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
	GNU-like :)

	* xmkdir removed - we have mkinstalldirs.
This commit is contained in:
Timur Bakeyev 1999-02-07 03:20:13 +00:00
parent 4218976139
commit 36a7fa63d7
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Sun Feb 7 06:11:48 1999 Timur Bakeyev <mc@bat.ru>
* Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
GNU-like :)
* xmkdir removed - we have mkinstalldirs.
1999-02-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
* cmd.c (view_other_cmd): Do not use \r in translatable strings.

View File

@ -55,7 +55,7 @@ OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o \
DISTFILES = \
$(HDRS) $(SRCS) Makefile.in TODO ChangeLog OChangeLog man2hlp.c \
gindex.pl xmkdir cons.saver.c ncurses.patch mc.hlp depend.awk \
gindex.pl cons.saver.c ncurses.patch mc.hlp depend.awk \
fixhlp.c mfmt.c
# Should be: mc $(srcdir)/mc.hlp but it's remaking it always