From 6bc76348de5b21becae35ea34d97e7805db03da0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 13 Feb 1998 02:55:15 +0000 Subject: [PATCH] 4.4BSD systems use PROG.core; remove it --- ChangeLog | 3 +++ compile.am | 5 +++-- lib/am/compile.am | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7feeb9d5..87afc44f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 12 19:45:16 1998 Tom Tromey + * 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++. diff --git a/compile.am b/compile.am index 97eb6afb..e673c94c 100644 --- a/compile.am +++ b/compile.am @@ -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: diff --git a/lib/am/compile.am b/lib/am/compile.am index 97eb6afb..e673c94c 100644 --- a/lib/am/compile.am +++ b/lib/am/compile.am @@ -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: -- 2.43.5