summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2012-11-29 15:10:16 -0800
committerAllen Martin <amartin@nvidia.com>2012-11-29 23:25:43 -0800
commit5e9196a0e3a6aa95efd93a74625227656052f078 (patch)
tree74f32708dd84ee4a54c2300062f4f0d9a6c24b2a
parent9a98717c2af33aa7dc88745f175f275fefaa4927 (diff)
downloadtegrarcm-5e9196a0e3a6aa95efd93a74625227656052f078.tar.gz
Add autom4te.cache to distclean target
This allows a developer to run autoreconf and then put the package back into distclean state. Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I384b3722cf877343f85b0ee6684a3d7aee55f0b8 Reviewed-on: http://git-master/r/167544 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f83dcbb..d35ae37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,5 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src \ No newline at end of file
+SUBDIRS = src
+
+distclean-local:
+ rm -rf autom4te.cache