From 851b356bda9a8670c37b085f843b63fb6f11cde0 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 4 Jun 1992 20:54:38 +0000 Subject: [PATCH] Formerly io/Makefile.~9~ --- io/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/io/Makefile b/io/Makefile index f37037c469..39eb79b505 100644 --- a/io/Makefile +++ b/io/Makefile @@ -21,7 +21,7 @@ # subdir := io -headers := statbuf.h sys/stat.h fcntlbits.h filebits.h fcntl.h utime.h +headers := statbuf.h sys/stat.h fcntlbits.h filebits.h fcntl.h utime.h ftw.h routines := \ utime \ @@ -35,7 +35,8 @@ routines := \ __chown __fchown \ ttyname __isatty \ __link __symlink __readlink \ - __unlink __rmdir + __unlink __rmdir \ + ftw routines := $(sort $(foreach f,$(routines),$f $(f:__%=%))) others := pwd -- 2.11.0