+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
## 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:
## 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)