summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-25 04:08:29 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:17 -0600
commit67c4df1bd5b87d6b8896e75038f4709c6ac8d0a5 (patch)
treebf7b7a08f71090b79861f4e0ec1448e30c703c74 /Makefile
parent293baaf7cca32bf6f94412a039ca204f5ac0734f (diff)
oops, this is the real commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 497805e..fb50a58 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,7 @@ distclean-% : % %/
$(RM) -r $<-build/
$(RM) $</COPYING
$(RM) $</configure
+ $(RM) $</Makefile.in
complete-% : %/COPYING %/configure %/Makefile.in; :