From 83577ddb4d0bb25c9badae452d1a456f9003a7b0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Oct 1994 03:01:32 +0000 Subject: . --- doc/Makefile.in | 1 + lib/Makefile.in | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 05d7161d8..c3b28d1ed 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -83,6 +83,7 @@ distdir = ../`cat ../distname`/$(subdir) dist: $(DISTFILES) ln $(DISTFILES) $(distdir) +subdir = doc Makefile: ../config.status Makefile.in cd ..; CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status diff --git a/lib/Makefile.in b/lib/Makefile.in index b84df8b5f..3965926f1 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -58,6 +58,7 @@ all: libfu.a .c.o: $(CC) -c $(CPPFLAGS) $(DEFS) -I. -I.. -I$(srcdir) $(CFLAGS) $< +subdir = lib Makefile: ../config.status Makefile.in cd ..; CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status @@ -96,8 +97,8 @@ libfu.a: $(OBJECTS) $(AR) cr $@ $(OBJECTS) -$(RANLIB) $@ -extract_stat = sed -e 's/@l@//g' -e 's/@L@//g' -extract_lstat = sed -e 's/@l@/l/g' -e 's/@L@/L/g' +extract_stat = sed 's/@l@//g; s/@L@//g; /@LSTAT_ONLY@/d' +extract_lstat = sed 's/@l@/l/g; s/@L@/L/g; s/ *@LSTAT_ONLY@//' safe-lstat.c: safe-xstat.cin $(extract_lstat) $(srcdir)/safe-xstat.cin > $@-t @@ -116,7 +117,7 @@ safe-stat.h: safe-xstat.hin mv $@-t $@ safe-stat.o: safe-stat.h -safe-lstat.o: safe-lstat.h +safe-lstat.o: safe-lstat.h safe-stat.h # Since this directory contains two parsers, we have to be careful to avoid # running two $(YACC)s during parallel makes. See below. -- cgit v1.2.3-70-g09d2