Don't remove origin directories.
authorBrian Aker <brian@tangent.org>
Tue, 7 Aug 2012 00:45:23 +0000 (20:45 -0400)
committerBrian Aker <brian@tangent.org>
Tue, 7 Aug 2012 00:45:23 +0000 (20:45 -0400)
Makefile.am

index 0e6f5db29967fea90abc50b148433404b6e33fa5..e64231fe030ce35f3f2797b7c93592738bee31bd 100644 (file)
@@ -70,7 +70,7 @@ merge-clean:
        @find ./ | $(GREP) \.gcno | xargs rm -f
        @find ./ | $(GREP) \.gz | xargs rm -f
        @find ./ | $(GREP) \.moved | xargs rm -r -f
-       @find ./ | $(GREP) \.orig | xargs rm -f
+       @find ./ | $(GREP) \\.orig | xargs rm -f
        @find ./ | $(GREP) \.rej | xargs rm -f
        @rm -f *\.rpm
        @find ./ | $(GREP) \.THIS | xargs rm -f