From 680b607995c03a6368789816106c61c8ddf2c374 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 5 May 1996 06:42:01 +0000 Subject: [PATCH] grr git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@504 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/Makefile.in | 2 +- appl/ftp/ftpd/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/ftp/ftp/Makefile.in b/appl/ftp/ftp/Makefile.in index 25d61381e..ac7fa4bd7 100644 --- a/appl/ftp/ftp/Makefile.in +++ b/appl/ftp/ftp/Makefile.in @@ -14,7 +14,7 @@ DEFS = @DEFS@ CFLAGS = @CFLAGS@ LD_FLAGS = @LD_FLAGS@ LIBS = @LIBS@ -MKDIRHIER = @top_srcdir@/mkdirhier-sh +MKDIRHIER = @top_srcdir@/../../mkdirhier-sh INSTALL = @INSTALL@ diff --git a/appl/ftp/ftpd/Makefile.in b/appl/ftp/ftpd/Makefile.in index c6b857d86..3f85e4681 100644 --- a/appl/ftp/ftpd/Makefile.in +++ b/appl/ftp/ftpd/Makefile.in @@ -15,7 +15,7 @@ DEFS = @DEFS@ CFLAGS = @CFLAGS@ LD_FLAGS = @LD_FLAGS@ LIBS = @LIBS@ -MKDIRHIER = @top_srcdir@/mkdirhier-sh +MKDIRHIER = @top_srcdir@/../../mkdirhier-sh INSTALL = @INSTALL@