diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-02 19:28:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-02 19:28:42 +0000 |
commit | 38acb920ebf02351792fc0b046f32a32ad3e710a (patch) | |
tree | 74d0a08fd2aecaf70066e12b47f291e1864e8ef5 /lib | |
parent | 8b3cbe63d8c4de5dfb30527c2e1a91f5d8aa04ae (diff) | |
download | coreutils-38acb920ebf02351792fc0b046f32a32ad3e710a.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index a591d300b..fe3909e0a 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -114,7 +114,7 @@ makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \ posixtm.h quotearg.h regex.h safe-read.h save-cwd.h savedir.h strverscmp.h \ xalloc.h xstrtol.h xstrtoul.h -BUILT_SOURCES = getdate.c lstat.c stat.c strcasecmp.c strncasecmp.c +BUILT_SOURCES = getdate.c lstat.c stat.c EXTRA_DIST = xstat.in strcasecmp.cin mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -168,12 +168,11 @@ DEP_FILES = .deps/addext.P .deps/alloca.P .deps/argmatch.P \ .deps/path-concat.P .deps/posixtm.P .deps/quotearg.P .deps/realloc.P \ .deps/regex.P .deps/rename.P .deps/rmdir.P .deps/rpmatch.P \ .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stat \ -.deps/stat.P .deps/stpcpy.P .deps/strcasecmp .deps/strcasecmp.P \ -.deps/strdup.P .deps/strftime.P .deps/stripslash.P .deps/strncasecmp \ -.deps/strncasecmp.P .deps/strndup.P .deps/strstr.P .deps/strtol.P \ -.deps/strtoul.P .deps/strverscmp.P .deps/userspec.P .deps/utime.P \ -.deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P \ -.deps/xstrtoul.P .deps/yesno.P +.deps/stat.P .deps/stpcpy.P .deps/strcasecmp.P .deps/strdup.P \ +.deps/strftime.P .deps/stripslash.P .deps/strncasecmp.P .deps/strndup.P \ +.deps/strstr.P .deps/strtol.P .deps/strtoul.P .deps/strverscmp.P \ +.deps/userspec.P .deps/utime.P .deps/xgetcwd.P .deps/xmalloc.P \ +.deps/xstrdup.P .deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P SOURCES = $(libfu_a_SOURCES) OBJECTS = $(libfu_a_OBJECTS) @@ -527,22 +526,6 @@ stat.c: xstat.in sed -e '/@IGNORE@/d' -e 's/@xstat@/stat/g' $(srcdir)/xstat.in > $@-t mv $@-t $@ -strcasecmp.c: strcasecmp.cin - sed \ - -e '/@IGNORE@/d' \ - -e 's/@xstrcasecmp@/strcasecmp/g' \ - -e 's/{{.*}}//g' \ - $(srcdir)/strcasecmp.cin > $@-t - mv $@-t $@ - -strncasecmp.c: strcasecmp.cin - sed \ - -e '/@IGNORE@/d' \ - -e 's/@xstrcasecmp@/strncasecmp/g' \ - -e 's/{{\(.*\)}}/\1/g' \ - $(srcdir)/strcasecmp.cin > $@-t - mv $@-t $@ - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |