4.4BSD systems use PROG.core; remove it
authorTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 02:55:19 +0000 (02:55 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 13 Feb 1998 02:55:19 +0000 (02:55 +0000)
ChangeLog
compile.am
lib/am/compile.am

index 7feeb9d..87afc44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Thu Feb 12 19:45:16 1998  Tom Tromey  <tromey@cygnus.com>
 
+       * compile.am: Remove *.core for 4.4BSD systems.  From Assar
+       Westerlund.
+
        * automake.in (handle_single_transform_list): Don't set
        seen_any_source if all sources are C++.
 
index 97eb6af..e673c94 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 1998 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
@@ -26,7 +26,8 @@
 
 mostlyclean-compile:
 ## Don't remove 'core.*' because some distributions have eg "core.c".
-       -rm -f *.o core
+## 4.4BSD systems use `PROG.core'.
+       -rm -f *.o core *.core
 
 clean-compile:
 
index 97eb6af..e673c94 100644 (file)
@@ -1,5 +1,5 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 1998 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
@@ -26,7 +26,8 @@
 
 mostlyclean-compile:
 ## Don't remove 'core.*' because some distributions have eg "core.c".
-       -rm -f *.o core
+## 4.4BSD systems use `PROG.core'.
+       -rm -f *.o core *.core
 
 clean-compile: