Bugfix - remove the unused dependency files in .libs

v0.27.3
Andreas Huggel 20 years ago
parent 3f90820d08
commit 2d2796bb38

@ -246,6 +246,7 @@ mostlyclean:
$(RM) $(CCSRC:.cpp=.ii)
$(RM) lib
$(RM) path-test.o
$(RM) $(CCSRC:%.cpp=.libs/%.d)
@$(LIBTOOL) --mode=clean $(RM) $(LOBJ) $(sort $(BINOBJ) $(EXIV2OBJ) $(EXIV2COBJ) $(MCOBJ))
clean: mostlyclean

Loading…
Cancel
Save