diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-09 05:25:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-09 05:25:25 +0000 |
commit | dcfb26a705e9a98508243a6519f5fb7790a53723 (patch) | |
tree | b069050df0f5eea446539fcbcbdba101fdd67e52 /Makerules | |
parent | 5481bb895e08c75fab87e6cb53c8179fe65c2e8a (diff) | |
download | glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.tar.gz glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.tar.xz glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.zip |
Sun Jun 9 01:11:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Makerules (make-target-directory): Use ./mkinstalldirs so we do not assume . is in PATH. Sat Jun 8 22:05:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * 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 <roland@delasyd.gnu.ai.mit.edu> * 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.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |