]> sourceware.org Git - automake.git/commitdiff
Nothing
authorTom Tromey <tromey@redhat.com>
Sat, 6 Jan 1996 20:12:18 +0000 (20:12 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 6 Jan 1996 20:12:18 +0000 (20:12 +0000)
Makefile.in

index acc3cad516686011a1028dcc085b9f3aaf31a8c4..a3401602ffe2b434609ae5c197fb5a8c7da4f30d 100644 (file)
@@ -188,8 +188,6 @@ config.status: configure
 $(srcdir)/configure: configure.in $(ACLOCAL)
        cd $(srcdir) && autoconf
 
-id: ID
-
 ID:
        here=`pwd` && cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
 
@@ -213,7 +211,7 @@ dist: $(DISTFILES)
        mkdir $(distdir)
        distdir=`cd $(distdir) && pwd` \
          && cd $(srcdir) \
-         && automake --include-deps --output-dir=$$distdir --strictness=gnits
+         && automake --include-deps --output-dir=$$distdir --strictness=normal
        @for file in $(DISTFILES); do           \
          test -f $(distdir)/$$file \
          || ln $(srcdir)/$$file $(distdir)/$$file \
This page took 0.030222 seconds and 5 git commands to generate.