From dcfb26a705e9a98508243a6519f5fb7790a53723 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 9 Jun 1996 05:25:25 +0000 Subject: Sun Jun 9 01:11:49 1996 Roland McGrath * Makerules (make-target-directory): Use ./mkinstalldirs so we do not assume . is in PATH. Sat Jun 8 22:05:03 1996 Roland McGrath * math/Makefile (distribute): Comment out addition of $(long-m-routines) sources until they are all written. * math/Makefile (distribute): Append long double source names to this instead of using elided-routines. Sat Jun 8 15:15:07 1996 Roland McGrath * mach/mach_shortcuts.c: Obsolete file removed. * mach/mach_syscalls.h: Likewise. * hurd/Makefile (distribute): Consolidate defns into one. * time/Makefile (tzfiles): Add solar87 solar88 solar89. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 32bb8bcab7..bc8d7154d4 100644 --- a/Makerules +++ b/Makerules @@ -520,7 +520,7 @@ endef # Make the target directory if it doesn't exist, using the `mkinstalldirs' # script that does `mkdir -p' even if `mkdir' doesn't support that flag. define make-target-directory -$(addprefix $(..)mkinstalldirs ,\ +$(addprefix $(..)./mkinstalldirs ,\ $(filter-out $(wildcard $(@D:%/=%)),$(@D:%/=%))) endef -- cgit v1.2.3