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/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/Makefile.am') 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