]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* depend.am: Removed obsolete comment.
authorTom Tromey <tromey@redhat.com>
Mon, 29 Mar 1999 00:56:04 +0000 (00:56 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 29 Mar 1999 00:56:04 +0000 (00:56 +0000)
* depend2.am: Minor formatting fix.

ChangeLog
depend.am
depend2.am

index 66547bb9bd9b7f83f09a269b7ad4d2928065b8c3..f560e37c1adc7306462670a07d33c61b76023329 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-03-29  Tom Tromey  <tromey@cygnus.com>
+
+       * depend.am: Removed obsolete comment.
+       * depend2.am: Minor formatting fix.
+
 1999-03-28  Tom Tromey  <tromey@cygnus.com>
 
        * m4/Makefile.am (dist_m4data_DATA): Renamed, and added new
index 232753cacbf5a085488e5054ff96e3d880e4d08c..ac5f76b7168940f0ee140727c5b3ced828c5515a 100644 (file)
--- a/depend.am
+++ b/depend.am
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## This fragment is probably only useful for maintainers.  It relies
-## on GNU make and gcc.  It is only included in the generated
-## Makefile.in if `automake' is not passed the `--ignore-deps' flag.
-
 include $(DEP_FILES)
 
 mostlyclean-depend:
index 36049cdd1a56a4598ead530f967b6826d2a460cf..7abf907f9415ac5950583c6b462ae2f47b4d9864 100644 (file)
 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-
 ## Note that this must all be on one line to avoid a problem with
 ## automake's `.am' file reader.  This is a convenience macro a user
 ## can use to run a compilation.  You should set the shell variables
 ## `file' and `compile' first.
 DEP_@FPFX@COMPILE = $(DEP_@FPFX@PRECOMP); echo " $$compile -c $$file"; $$compile $(DEP_@FPFX@FLAG) -c $$file; status=$$?; if test "$$status" -ne 0; then exit $$status; else $(DEP_@FPFX@POSTCOMP); fi
+
 @EXT@.o:
        @file='$<'; compile='$(@PFX@COMPILE)'; \
        $(DEP_@FPFX@COMPILE)