From 68bfd19edd07ac44704fc29b2c78ac327dbcce1d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 5 May 1996 06:38:16 +0000 Subject: [PATCH] Added missing MKDIRHIER git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@503 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/Makefile.in | 1 + appl/ftp/ftpd/Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/appl/ftp/ftp/Makefile.in b/appl/ftp/ftp/Makefile.in index 8fc331d26..25d61381e 100644 --- a/appl/ftp/ftp/Makefile.in +++ b/appl/ftp/ftp/Makefile.in @@ -14,6 +14,7 @@ DEFS = @DEFS@ CFLAGS = @CFLAGS@ LD_FLAGS = @LD_FLAGS@ LIBS = @LIBS@ +MKDIRHIER = @top_srcdir@/mkdirhier-sh INSTALL = @INSTALL@ diff --git a/appl/ftp/ftpd/Makefile.in b/appl/ftp/ftpd/Makefile.in index c9449865f..c6b857d86 100644 --- a/appl/ftp/ftpd/Makefile.in +++ b/appl/ftp/ftpd/Makefile.in @@ -15,6 +15,7 @@ DEFS = @DEFS@ CFLAGS = @CFLAGS@ LD_FLAGS = @LD_FLAGS@ LIBS = @LIBS@ +MKDIRHIER = @top_srcdir@/mkdirhier-sh INSTALL = @INSTALL@