summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-06-06 14:30:11 +0000
committerJim Meyering <jim@meyering.net>1997-06-06 14:30:11 +0000
commit2078f2391e20d1d1ad1d1539658a0ac46df27f05 (patch)
tree74d4fa8275e9e53d06fcaa012f4fc2fe9cb88150
parentf442eb294124e5a044cc6b3575813747ab060ef3 (diff)
downloadcoreutils-2078f2391e20d1d1ad1d1539658a0ac46df27f05.tar.xz
.
-rw-r--r--lib/Makefile.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 1c787114b..6d7f4d8eb 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -168,7 +168,7 @@ default: all
.SUFFIXES:
.SUFFIXES: .c .h .o .y
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -204,7 +204,7 @@ libfu.a: $(libfu_a_OBJECTS) $(libfu_a_DEPENDENCIES)
.y.c:
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
.y.h:
- $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.h y.tab.h $*.h -- $(YFLAGS)
+ $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
tags: TAGS
@@ -234,7 +234,7 @@ distdir: $(DISTFILES)
here=`cd $(top_builddir) && pwd`; \
top_distdir=`cd $(top_distdir) && pwd`; \
cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits lib/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
test -f $(distdir)/$$file \
@@ -245,12 +245,11 @@ distdir: $(DISTFILES)
MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
-include .deps/.P
-.deps/.P:
+.deps/.P: $(BUILT_SOURCES)
test -d .deps || mkdir .deps
echo > $@
-include $(DEP_FILES)
-$(DEP_FILES): .deps/.P
mostlyclean-depend:
@@ -282,7 +281,7 @@ install: install-exec install-data all
uninstall:
-all: Makefile $(LIBRARIES) $(BUILT_SOURCES) $(HEADERS)
+all: Makefile $(LIBRARIES) $(HEADERS)
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install