From: KOIE H. ( 鯉. ) <hi...@ko...> - 2011-05-24 10:24:32
|
hg statして気づきました: diff --git a/tool/mlimgloader/Makefile.in b/tool/mlimgloader/Makefile.in --- a/tool/mlimgloader/Makefile.in +++ b/tool/mlimgloader/Makefile.in @@ -55,7 +55,7 @@ find . -name "*.[ch]" -a \! -name "test_*" | xargs wc -l clean: - rm -rf $(PROG) $(PROG).exe *.core $(OBJ) $(OBJ:.o=.lo).libs + rm -rf $(PROG) $(PROG).exe *.core $(OBJ) $(OBJ:.o=.lo) .libs distclean: clean rm -f Makefile diff --git a/xwindow/Makefile.in b/xwindow/Makefile.in --- a/xwindow/Makefile.in +++ b/xwindow/Makefile.in @@ -95,7 +95,7 @@ find . -name "*.[ch]" -a \! -name "test_*" | xargs wc -l clean: - rm -rf $(PROG) $(PROG).exe *.core $(OBJ) $(OBJ:.o=.lo).libs + rm -rf $(PROG) $(PROG).exe *.core $(OBJ) $(OBJ:.o=.lo) .libs distclean: clean rm -f Makefile -- KOIE Hidetaka <hi...@ko...> |