summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4420419..8483002 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ distclean-% : % %/
$(RM) -r $<-build/
$(RM) $</COPYING
$(RM) $</configure
- find $< -name Makefile.in -exec $(RM) '{}' \;
+ find $</ -name Makefile.in -exec $(RM) '{}' \;
complete-% : %/
cp COPYING $<