lo.mk: Now not deleting YLo*.cpp anymore on clean target

This commit is contained in:
Jan Lindemann 2009-04-26 21:23:17 +00:00 committed by Jan Lindemann
commit d56e9c204f

View file

@ -29,7 +29,7 @@ install: $(INSTALLED_LOADABLE_OBJ_LIBS)
clean: clean.lo
clean.lo: profclean
rm -f *.o *.cpp *.so *.done *.dll
rm -f $(filter-out $(CPP_PREFIX)%.cpp,$(wildcard *.o *.cpp *.so *.done *.dll))
$(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o
$(CPP) -shared $^ $(LDFLAGS) -o $@