summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-01 08:46:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-01 08:46:34 +0000
commitd6f4c1b6dc7154872017849bc42640b4d10efa41 (patch)
tree2ca103f75a84dc225a94c6648b50fb04c0722e54 /c/src/Makefile.am
parent2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d6f4c1b6dc7154872017849bc42640b4d10efa41.tar.bz2
2002-08-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Clean $(PROJECT_RELEASE).
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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