From d6f4c1b6dc7154872017849bc42640b4d10efa41 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 1 Aug 2002 08:46:34 +0000 Subject: 2002-08-01 Ralf Corsepius * Makefile.am: Clean $(PROJECT_RELEASE). --- c/src/ChangeLog | 4 ++++ c/src/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index d675010781..a30d43cf17 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-01 Ralf Corsepius + + * Makefile.am: Clean $(PROJECT_RELEASE). + 2002-07-22 Ralf Corsepius * acinclude.m4: Add test "$multilib" != "yes". diff --git a/c/src/Makefile.am b/c/src/Makefile.am index 1642c633aa..3f49d3f9b1 100644 --- a/c/src/Makefile.am +++ b/c/src/Makefile.am @@ -6,8 +6,8 @@ ACLOCAL_AMFLAGS = -I ../../aclocal SUBDIRS = @exec@ @subdirs@ -# NOTE: The wildcard on the install should pick up everything except -# the tests directory. This significantly minimizes the install size. +clean-local: + $(RM) -r $(PROJECT_RELEASE) include $(top_srcdir)/../../automake/subdirs.am include $(top_srcdir)/../../automake/host.am -- cgit v1.2.3